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.
Play Wonders Clicky Game here.
-
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.
- React JavaScript Library
- Bootstrap CSS
- Animate CSS
- Javascript
- JSX
Copyright 2019 Wendy Alers | UCF Coding Boot Camp