/ClickyGame

Memory game with React

Primary LanguageJavaScriptMIT LicenseMIT

ClickyGame

🌀By NehaGupta

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.

Prerequisites

See package.json for required modules

Getting Started

git clone https://github.com/nehagupta2507/ClickyGame.git
cd ClickyGame
npm install
npm start

Built With

  • This project was bootstrapped with "Create React App"
  • React
  • Bootstrap
  • CSS
  • ES6
  • JavaScript
  • JSX

Mobile

Mobile Version

Desktop

Desktop Version

Author

Neha Gupta

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Show your support

Give a ⭐️ if this project helped you!