Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 361 Bytes

Sudoku react

Technologies :

  • Typescript,
  • React, React-DOM
  • Redux
  • Jest (Testing)

Overview :

  • Generate new sudokus
  • Change sudokus difficulties
  • Give hints to solve sudokus
  • Show errors when mistakes

Getting Started :

Install packages : npm install

Build and serve (port 3000): npm start

Test (watch): npm test (-- --watch)