This project was bootstrapped with Create React App.
To run the app, use yarn start in the root directory of the project.
Open http://localhost:3000 to view it in the browser.
This is a quickly made react version of the ruby sudoku solver I made yesterday. The algorithm for the solver is virtually the same, though some modifications were made to account for state management.
There are certain boards that the algorithm is incapable of solving, so i put a cap on the moveset to 200,000.
