A React Sudoku simulator made in collaboration with Endreas Yohannes as an entry for xHacks 2021.
- This was inspired by my frustration with not being able to find a good Sudoku webapp.
- Clone the repo.
git clone https://github.com/chel-mico/xHacks-2021.git
- Install the sudoku library.
npm install sudoku
- Install yarn.
npm install -g yarn
- Run the app.
yarn start