Clicky - Game: Memory game with React.

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.

"Test your concentration with this fun memory game!."

This game requires to break up this application's UI into components, manage component state, and respond to user events.