Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysayaovong/counter
https://github.com/ysayaovong/counter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysayaovong/counter
- Owner: YSayaovong
- Created: 2024-08-19T23:02:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T23:02:51.000Z (5 months ago)
- Last Synced: 2024-08-20T03:23:24.496Z (5 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter
This JavaScript project is a simple counter application that allows users to increment or decrement a value by clicking buttons. It demonstrates basic DOM manipulation and event handling in JavaScript.
### Features:
- Increment and decrement counter functionality.
- Real-time updates of the counter value displayed on the screen.---