Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.71 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.71 KB

React Clicky Game 🎯

Description

This is the Don't Match Memory Game! It's a prototype page built with React and Bootstrap to be mobile responsive. It displays 12 images that will all shuffle their positions upon clicking one of them. The goal is to click all 12 images without clicking the same one twice. Build your memory and focus skills by seeing if you can hit all 12 in a row without a mistake to win the game.

How to use?

  1. Follow the "getting started" steps below.
  2. Just start clicking images below the score board without clicking the same image twice in one round to begin playing the game.

Getting Started

  1. Clone from my GitHub repository
  2. Locate repository in your terminal
  3. Navigate into the clickygame folder
  4. Enter npm install
  5. Then enter npm start to run the app in a development build on your local machine

Deployment

This app is hosted by GitHub Pages at https://jmuniak.github.io/ReactClicky/

Built With

  • VSCode
  • React
  • JavaScript
  • Bootstrap