Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 706 Bytes

Overview

Created with NextJS React with Typescript and Tailwind

Running the application

For first time running, you will need to initialise the package manager with npm i

Run the application with npm run dev then open the local dev environment http://localhost:3000/

TODO items for the application

Logic:

  • Validation logic for cells
  • Keypress logic - repeated input when holding key down
  • Delete an entry in a cell with keypress

Interactivity

  • API endpoints to connect to RapidAPI
  • Sudoku Generator
  • Sudoku Solver / Validator

Styling

  • 9x9 cell styling
  • Error styles

Extra bits:

  • Sudoku Context
  • Separate Grid and Cell components