Skip to content

Hostek/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Page that will solve sudoku automatically for you!

Live demo: https://hostek.github.io/Sudoku-Solver/

Structure

Codebase Description
client React Application

How to run locally?

To run this page locally, please proceed with following steps (if you are on windows it is recommended to use PowerShell):

  1. Clone this repository
cd ~/Documents
git clone https://github.com/Hostek/Sudoku-Solver.git
  1. Go to project dir
cd ./Sudoku-Solver/client/
  1. Install dependencies
npm i
  1. Run application
npm run dev

Now you should see Sudoku-Solver at http://127.0.0.1:5174/ in your browser

Releases

No releases published

Packages

No packages published