Skip to content

First ReactJS project, by taking the default create-react-app and slowly modifying it to a Sudoko game. It's not perfect, but I'm learning.

Notifications You must be signed in to change notification settings

joshgo/reactjs-sudoko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first react app

The purpose of this project is to learn React. I'm doing so by making a Sudoko game board. Please come back later when the project is more complete. For now this is just a learning/educational project.

-josh

Play:

Or download the source code, and run NPM.

  • Clone the repo
  • In the repo directory, run the following npm commands:
    • npm install
    • npm start

Instructions:

  • When the game starts, a board will be randomly loaded.
  • Type "?" to get some help. This shows a shortcut with some options
  • Type "n" to get a new game

Board Help

About

First ReactJS project, by taking the default create-react-app and slowly modifying it to a Sudoko game. It's not perfect, but I'm learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published