sudoku-reactJS

Sudoku game in ReactJS. You can see live here.

Technologies used

Other tools

Useful scripts

If you want to work with this project locally:

  1. Download this repository and run npm install
  2. Start your project by running npm start
  3. Project will be available at localhost:8080

If you want to build production version, run npm run build. Project will be created in /build directory.