DEV Community

Cover image for Sudoku in React
Vivek
Vivek

Posted on

Sudoku in React

Developed a Sudoku implementation in Javascript.

Launch App

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)