Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 508 Bytes

File metadata and controls

32 lines (22 loc) · 508 Bytes

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