Application created in React, using Typescript. Play the game: https://sudoku-opal.vercel.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
- Install all dependencies: npm install
- Start the development server: npm run dev