Skip to content

In this example I demonstrate decoupling an application's UI components with React using Node and Express.

Notifications You must be signed in to change notification settings

dointhedev/React-Node-Express-Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Node-Express-Memory-Game

In this example I demonstrate components and state with React using Node and Express.

Project Overview

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

View Demo

To view demo click on this link: (Heroku Demo Link)

Instructions

  1. Create a new React application using.
  2. The application should render different images (of your choice) to the screen. Each image should listen for click events.
  3. The application 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.
  4. Every time an image is clicked, the images rendered to the page should shuffle themselves in a random order.
  5. Once the user's score is reset after an incorrect guess, the game should restart

About

In this example I demonstrate decoupling an application's UI components with React using Node and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published