I created this project using Vite + React + Typescript
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This a React Sudoku. It handles validation, and it memoizes cells to avoid unnecesary re-renders while keeping immutability in the board matrix itself.
Make sure you have the following installed:
- Node.js (version 12 or higher)
- npm or yarn
After cloning the repository, run
npm install
Or, if you're using yarn
yarn install
npm run dev
Or, if you're using yarn:
yarn dev