Skip to content

MsNiyaJ/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Game

A simple Sudoku Game with difficulties easy, medium, and hard.

This app was made to re-create one of my first vanilla JS projects using React.

Tech Stack

  • React
  • TypeScript

Run Locally

Clone the project

  git clone https://github.com/MsNiyaJ/sudoku.git

Go to the project directory

  cd sudoku

Install dependencies

  yarn install

Start the server

  yarn start

Author