Skip to content

Athi223/react-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

This is a Simple Sudoku app made in React JS.

It has 3 difficulty levels:

  1. Easy
  2. Medium
  3. Hard

Frameworks & Libraries Used

  1. React JS
  2. Halfmoon CSS
  3. React-Halfmoon
  4. Sudoku-Matrix

Screenshot

Sudoku

Local Setup

  1. Clone the repo
  2. Install dependencies: npm i
  3. Run the server: npm start
  4. Visit http://localhost:3000