Developed a Sudoku implementation in Javascript.
Anatomy
Front end - Reactjs on bootstrap
Back end - None
Hosted - Firebase
Open Source - Github Repo
The application generates a random sudoku app in easy, medium & hard mode. The app has an about page which showcase the thought behind algorithm.
Its a non recursive algorithm using back tracking. UI took the most time in generating the app.
Top comments (0)