Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariyan23/counter
https://github.com/mariyan23/counter
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariyan23/counter
- Owner: MariyaN23
- Created: 2023-09-26T15:27:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T13:20:32.000Z (9 months ago)
- Last Synced: 2024-02-11T14:30:08.759Z (9 months ago)
- Language: TypeScript
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧮 Counter 1️⃣2️⃣3️⃣
## Application Description
This is counter!
## Functionality
- Displays the current counter value
- You can set the start and max values
- Start and max values are stored in local storage
- Start value cannot be negative
- After reaching the max value, the counter can be reset## Stylization
The application is styled with CSS modules.## Tools
- React
- Redux
- TypeScript