react-sudoku-game icon indicating copy to clipboard operation
react-sudoku-game copied to clipboard

A sudoku web game packed with user-friendly features. It is built with React + Next.js

React Sudoku Game

A sudoku web game packed with user-friendly features. It is built with React + Next.js

Deployed Game

Blog Post: Building a Sudoku Game in React

Develop

yarn install && yarn run dev

Go to localhost:3000

Build

yarn install && yarn run build