markpython86 / Clicky-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicky Game

a front end react app memory game! Try and click all the characters without repeating yourself. try out the game here:

Demo

Prerequesites

  • Node
  • git (windows) or Terminal (mac)

Installation

  1. Navigate to a project direcotry on your machine where you want to clone the repository
  2. run the command in the terminal:
    • git clone https://github.com/markpython86/Clicky-Game.git
  3. change directory into the newly cloned project:
    • cd clicky-game
  4. install the node dependenices:
    • npm install
    • there are a few large packages in this project, dont be alarmed if the install takes a minute or two.
  5. start the react app with:
    • npm run start

Built with

Authors

Mark Almanassra

About


Languages

Language:JavaScript 74.7%Language:CSS 18.8%Language:HTML 6.5%