React Memory App

Front End App

Tech Used:
  • Bootstrap
  • React.js
  • Javascript.

About Project

To play the game, the user clicks an image. The score increases if the image has not been clicked before. If the image has been clicked, the user score will reset. To start a new game, the user must click an image that has not been clicked yet.

Each component (Navbar, Header, Wrapper, ImageCard, and Footer) all have their seperate js files and are imported into the App.js file, which holds the logic and functionality of scoring and clicking on images, and also renders all of the components.