This is a simple React web-application that solve custom Sudoku puzzles. Users can generate Sudoku puzzles or insert their own, and the web-application will solve the puzzles provided that a solution exists.
- The web-application can be visited here
- The project's GitHub repository can be found here
- A guide on how to play Sudoku can be found here
- An awesome free web-application hosting platform called Heroku can be found here
If you'd like to run this project yourself, you can follow the following steps:
- Clone the repository, or simply download the source code here
- Download and install NodeJS here
- Run the command
npm install
in the same directory as the source code to install all the required packages - Run the command
npm run dev
in the same directory as the source code to start the development server - Visit the website through any modern browser by going to the web-address http://localhost:8080/