Sudoku solver webapp
Run and done.
# With docker...
$ docker build -t sugoku .
$ docker run -p 8080:8080 sugoku
# With nix...
$ nix run
# Or just on host...
$ make run
# ...then just go to localhost:8080 in your browser
- More exhaustive backtracking techniques
- Prettier frontend