This project was bootstrapped with Create React App.
A memory game played by clicking on images of birds. The challenge is not to click on the same bird twice. After each click the images will shuffle around.
- Visit the Clicky Bird website.
- Click on a bird image.
- Continue until you have clicked the same image twice. Your game will reset and you can begin again. The game will keep track of the high score for the session.
- This app uses a stateful React component to keep track of the scores and the image locations.
- The app uses a stateless React component to display the bird images.
- The app is deployed on Heroku.
- The HTML uses Bootstrap CSS libraries.
- The animation is created using Animate.css.