joshgo / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 90.3%Language:HTML 7.6%Language:CSS 2.1%