DEV Community

Cover image for Sudoku Solver using SolidJS & Tailwind
Sadanand Pai
Sadanand Pai

Posted on

Sudoku Solver using SolidJS & Tailwind

Hello folks,

I have developed "Sudoku Solver" using SolidJS and TailwindCSS. It tries to solve the given input board using backtracking to get a solution.

Sudoku Solver demo

Link: https://sadanandpai.github.io/sudoku-solver/dist/
Repo: https://github.com/sadanandpai/sudoku-solver

It is written in a simple way for anyone understand and build similar things.

Top comments (0)