Front-end App built in React that renders different emojis images to the screen. Each emoji listens for click events. This game keeps track of the user’s score. The user’s score increments when clicking an emoji’s image for the first time and the user’s score is reset to 0 if they click the same emoji 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.
You can check out live preview.
git clone https://github.com/joswald123/Clicky-Game.git
npm install
or yarn install
npm run start
or yarn start