Skip to content

m-wolowicz/React-Clicky-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Clicky-Game

Memory game built with React.

Trilogy Education Services Full-Stack Web Developer Program

University of Miami Cohort - 201710FSF3

Week 19-20 Homework Assignment: React Game Application

Create a memory game with React

Live App:

Check out the live app here

Overview

For this assignment, I created a memory game with React. This assignment required me to break up my application's UI into components, manage component state, and respond to user events.

Instructions

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

  2. The application renders different images to the screen. Each image listens for click events.

  3. The application keeps track of the user's score. The user's score is incremented when clicking an image for the first time. The user's score resets to 0 if they click the same image more than once.

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

  5. Once the user's score is reset after an incorrect guess, the game restarts.


Copyright

Melissa Wolowicz (C) 2018. All Rights Reserved.