This application is developed in React library with support of TypeScript and Redux for state maintenance. Sudoku Solver solves standard 9*9 Sudoku grid. User needs to provide values in the Sudoku Cells and on click of the "Solve" button, it will solve the Sudoku for you.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can check the App live on https://suhasbhattu.github.io/sudoku-solver/