Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evelinalvarado/project2-click-counter
https://github.com/evelinalvarado/project2-click-counter
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evelinalvarado/project2-click-counter
- Owner: EvelinAlvarado
- Created: 2023-12-05T19:21:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T17:41:08.000Z (5 months ago)
- Last Synced: 2024-06-27T21:02:57.098Z (5 months ago)
- Language: JavaScript
- Homepage: https://project2-click-counter.vercel.app
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Click Counter App
## Description
This project is a simple click counter app developed to learn and demonstrate the use of `useState` in React. It allows users to increment a counter with each click and reset it to zero.
## Key Features
- **Increment Counter**: Click a button to increase the counter value.
- **Reset Counter**: Click another button to reset the counter to zero.## Screenshots
## Additional Information
- This project was part of the freeCodeCamp React course.
- Developed by Evelin Alvarado.
- Find me on [GitHub](https://github.com/EvelinAlvarado) and [LinkedIn](https://www.linkedin.com/in/evelinalvarado/).Check out the live project: [Click Counter App](https://project2-click-counter.vercel.app/)
## Sample React Components