Sudoku Solver

This is a simple sudoku solver that implements a backtracking algorithm using JavaScript.

The frontend is made with HTML tables, Pico CSS, and Flexbox Grid. Boards are fetched using dosoku api

You can also edit the board btw, just make sure you input valid clues. Generating and solving may take a few seconds.