/reactjs-sudoko

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.

Primary LanguageJavaScript

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