A simple website to solve sudoku puzzles!
You can view this project live here Sudoku-Solver-v2
This project started with me wanted to write a sudoku-solving algorithm and a simple interface to visualize it ( version 1 ). Eventually, I got into React and decided it would be fun to remake it with actual playing functionality. It still has the auto solving feature tho.
To run this project locally follow these steps:
- Clone the repo
git clone https://github.com/Radian6405/Sudoku-Solver-v2.git
- Install NPM packages
npm install
- cd into
sudoku-solver-v2
and runnpm run dev