Page that will solve sudoku automatically for you!
Live demo: https://hostek.github.io/Sudoku-Solver/
Codebase | Description |
---|---|
client | React Application |
To run this page locally, please proceed with following steps (if you are on windows it is recommended to use PowerShell):
- Clone this repository
cd ~/Documents
git clone https://github.com/Hostek/Sudoku-Solver.git
- Go to project dir
cd ./Sudoku-Solver/client/
- Install dependencies
npm i
- Run application
npm run dev
Now you should see Sudoku-Solver
at http://127.0.0.1:5174/
in your browser