Skip to content

This is a memory game app built using ES6, React, Bootstrap and CSS.

Notifications You must be signed in to change notification settings

devstar8932/Clicky-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clicky-Game

Overview

This is a memory game using React. The application's UI is split into four components.

Instructions

  1. Create a new React application using Create React App.

  2. The app should render 12 different images (of your choice) to the screen. Each image should listen for click events.

Fish memory game

  1. The app should keep track of the user's score. The user's score should be incremented when clicking an image for the first time. The user's score should be reset to 0 if they click the same image more than once.

  2. Every time an image is clicked, the images rendered to the page should shuffle themselves in a random order.

  3. Once the user's score is reset after an incorrect guess, the game should restart.

Technologies used

  • React
  • ES6
  • Bootstrap
  • CSS

Website

https://kimgomizzou.github.io/Clicky-Game/

Copyright

Kim Kaufman © 2017. All rights reserved.

About

This is a memory game app built using ES6, React, Bootstrap and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published