Implementation of a simple Sudoku solver in React.
To run, start a webserver with npm start
in the root folder. Navigate to the webpage and you should see this:
Pressing the "Solve" button attempts to solve the Sudoku (or as much as it manages in 1000 iterations).