mbhardwick / Clicky-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicky-Game

For this assignment, you'll create a memory game with React. This assignment will require you to break up your application's UI into components, manage component state, and respond to user events.

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

  • The application should keep track of the user's score. The user's score should be incremented 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.

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

Deployment

The app is deployed using Github Pages: https://mbhardwick.github.io/Clicky-Game/

Built With

  • Javascript
  • React

Authors

Acknowledgments

Created while enrolled in the University of Washington Fullstack Flex program

About


Languages

Language:JavaScript 71.9%Language:HTML 17.0%Language:CSS 11.1%