This React application keeps track of the user's score. The user's score will be incremented when clicked on an image for the first time. The user's score will reset to 0 if user clicked the same image more than once. This project shows the use of React's components and rendering new states to the DOM on each click.
Every time an image is clicked, the images are shuffled in a random order.
The application keeps track of the user's score and high scores during the session. The user's score is incremented when clicked on an image for the first time.
The user's score is reset to 0 if they click the same image more than once and the game restarts.
See package.json for required modules
git clone https://github.com/nehagupta2507/ClickyGame.git
cd ClickyGame
npm install
npm start
- This project was bootstrapped with "Create React App"
- React
- Bootstrap
- CSS
- ES6
- JavaScript
- JSX
Neha Gupta
This project is licensed under the MIT License - see the LICENSE.md file for details.
Give a ⭐️ if this project helped you!