This is a simple Sudoku solver implemented in React.js. It uses a backtracking algorithm to find the solution to a given Sudoku puzzle.
-
Clone the repository to your local machine:
git clone [email protected]:udaysehgal/sudoku.git
-
Navigate to the folder
cd sudoku
-
Start the website
Run npm start
-
You will see a localhost website where you can enter any valid sudoku to be solved.