Sudoku - Frontend Application

Sudoku - Frontend Application

React.js / JavaScript / Tailwind.css

Overview

Sudoku is a logic-based, number-placement puzzle game that was developed using React.js. I leveraged this project to strengthen my JavaScript data structures and algorithm skills and learned much about solving Sudoku puzzles efficiently.
Sudoku is a logic-based, number-placement puzzle game that involves filling a 9x9 grid with numbers from 1 to 9 in such a way that each row, column, and 3x3 sub-grid contains all the digits from 1 to 9 without repetition.
Your objective is to fill every row, column, and 3x3 sub-grid with numbers from 1 to 9 without repeating any number in the same row, column, or sub-grid.

Technologies

React.js

JavaScript

Tailwind.css

Back