An open API service indexing awesome lists of open source software.

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

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