Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claire-labry/plant-clicky-game
Plant Clicky Game is a React-based application that tests the user's memory when clicking 12 different photos of plants. User's score will be tracked until they click a duplicate photo. React, Javascript, JSX, + Bootstrap were used to build this application.
https://github.com/claire-labry/plant-clicky-game
bootstrap javascript jsx reactjs
Last synced: 29 days ago
JSON representation
Plant Clicky Game is a React-based application that tests the user's memory when clicking 12 different photos of plants. User's score will be tracked until they click a duplicate photo. React, Javascript, JSX, + Bootstrap were used to build this application.
- Host: GitHub
- URL: https://github.com/claire-labry/plant-clicky-game
- Owner: claire-labry
- Created: 2020-06-04T15:54:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:19:32.000Z (8 months ago)
- Last Synced: 2024-10-13T20:42:08.763Z (2 months ago)
- Topics: bootstrap, javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://claire-labry.github.io/plant-clicky-game/
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plant Clicky Game
## Test Your Memory of plants!
Plants and flowers are so wonderful to look at right?! You can test your memory with these plants and see if you can rememmber them all!
## Deployed Link
https://claire-labry.github.io/plant-clicky-game/
## How to Use
You will simply download the repository to your local computer and npm install the required packages. Open your terminal and the port will be waiting for you to click on it.
Once you arrive to the port given, you will see a scoreboard and 12 different flowers and plants. You will then click on each card and if you click on a card twice, you will get an alert notifying you that it's a duplicate.
If you make it all the way to 12 plants, you will get a success message!
The scoreboard will track your current score and your best score. So if you see score of 11 as your top score, keep pushin!
### Home page that displays the 12 cards and scoreboard
![](img/plantgame.png)
### Shows the message when you hit a duplicate
![](img/tryagain.png)
### Shows the message when you remember all 12 flowers and plants
![](img/win.png)
## Technologies Used
- Javascript
- React.js
- JSX
- Bootstrap## Code Logic
- NPM install the packages
- Use the terminal and type in npm start and it will load the port link
- There are three components of this page: Scoreboard, PlantCards, and Footer
- User will click on one of the cards to see if they match the correct plant ids shown in plant.json
- If duplicate, the game will restart and top score will be inserted.