theclickygame

theclickygame (Looney Toones Memory)

Create a new React application using Create React App.

The application should render different images (Looney Toones) to the screen.

Each image should listen for click events.

The application should keep track of the user’s score.

The user’s score should be increased 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.

Every time an image is clicked, the images rendered to the page should shuffle themselves in a random order.

Once the user’s score is reset after an incorrect guess, the game should restart.

Try it out yourself:

Clone this repo to your local machine using : https://lilliejack05.github.io/theclickygame/

Run: npm run start

Heroku link: https://stark-taiga-34911.herokuapp.com/

Applications used:

React CSS HTML JavaScript Bootstrap