clone repo
npm install
npm run dev
This is work for the easy sudoku and some medium level sudoku not working for hard level.
I am finding possible candidate values for the cell and start solving where only one candidate value is possible and removing the same value from a respective row, column, and 3x3 grid.