https://github.com/tonyvu2014/sudoku-solver
A sudoku solver program
https://github.com/tonyvu2014/sudoku-solver
javascript nodejs reactjs sudoku-solver
Last synced: about 2 months ago
JSON representation
A sudoku solver program
- Host: GitHub
- URL: https://github.com/tonyvu2014/sudoku-solver
- Owner: tonyvu2014
- License: mit
- Created: 2017-02-18T16:14:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T00:00:57.000Z (about 7 years ago)
- Last Synced: 2025-01-17T06:32:12.442Z (4 months ago)
- Topics: javascript, nodejs, reactjs, sudoku-solver
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sudoku-solver
---A sudoku solver program written with NodeJS, React and Redux
# Usage
---
Start the development server with this command:
```
yarn start
```# Setup
---
```
yarn install
```
# Compile
---
```
yarn run compile