Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.2 KB

Wonders Clicky Game

A React Memory Game Application --- using React javascript library, the application's UI is broken into several components in order to manage component state and respond to user events.

Which Wonders have you visited?

Play Wonders Clicky Game here.

Wonders Landing Page

Instructions

  • The application renders a dozen different images from different Wonders of the World lists to the screen.

  • Each time the user clicks on an image, the pictures are shuffled. The user's task is to click on each image once and remember from memory which one s/he clicked on.

  • The application keeps track of the user's Score. Each time the user clicks on an image for the first time in the current round, their Score score is incremented

  • If the user clicks on an image they have already clicked on in the current round, their Score is reset to 0.

  • The application keeps track of the user's Top Score, and updates it when the user achieves a new Top Score.

Technologies Used

  • React JavaScript Library
  • Bootstrap CSS
  • Animate CSS
  • Javascript
  • JSX

License

Copyright 2019 Wendy Alers | UCF Coding Boot Camp