Skip to content

tsjohns9/react-clicky-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Clicky Game

Click game built with React to track clicks and present the user with a score. The game will track each clicked image a user makes. If the same image is clicked twice the game will be reset. Each correct click increments the users score by 1. The highest score for the session is saved and displayed to the user.

User Stories

  1. I can play a game that lets me click on different characters.
  2. When I click on an image the image components are automatically shuffled in a random order.
  3. When I click on an image I am notified if I guessed correctly or not.
  4. I can see the score for my current round.
  5. I can see my high score for my current session.

Releases

No releases published

Packages

No packages published