Sudoku

Application created in React, using Typescript. Play the game: https://sudoku-opal.vercel.app/

image

image

image

image

Features of the app:

  • possibility to choose the difficulty level
  • timer with the 'pause' option
  • for the better visibility, row, column and square containing the clicked field have been highlighted
  • unit tests included

How to setup the project:

  1. Install all dependencies: npm install
  2. Start the development server: npm run dev