https://github.com/skovy/sudoku-reasonml
📝 A simple Sudoku board implemented with ReasonML React
https://github.com/skovy/sudoku-reasonml
reason-react reasonml sudoku
Last synced: 10 months ago
JSON representation
📝 A simple Sudoku board implemented with ReasonML React
- Host: GitHub
- URL: https://github.com/skovy/sudoku-reasonml
- Owner: skovy
- Created: 2018-03-19T00:24:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T20:37:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T02:34:10.947Z (10 months ago)
- Topics: reason-react, reasonml, sudoku
- Language: OCaml
- Homepage: https://skovy.github.io/sudoku-reasonml
- Size: 3.67 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku ReasonML 📝 ⚛️
[](https://travis-ci.org/Skovy/sudoku-reasonml)
[](https://coveralls.io/github/Skovy/sudoku-reasonml?branch=master)
A simple Sudoku board and validation implemented with [ReasonML React](https://reasonml.github.io/reason-react/). [View the demo](https://skovy.github.io/sudoku-reasonml/)

## Run this project
```bash
yarn # install dependencies
yarn start # build and watch files
yarn webpack # in another tab build the bundle
open docs/index.html # open in your browser
```
After you see the webpack compilation succeed (the `yarn webpack` step), open up
the nested html files in `docs/*` (**no server needed!**). Then modify whichever
file in `src` and refresh the page to see the changes.
## Board Validation
### Valid Board

### Invalid Board
