https://github.com/biyonik/fancycounter
HTML, CSS and Vanilla JavaScript based simple and funny web application
https://github.com/biyonik/fancycounter
css3 html5 javascript
Last synced: 8 months ago
JSON representation
HTML, CSS and Vanilla JavaScript based simple and funny web application
- Host: GitHub
- URL: https://github.com/biyonik/fancycounter
- Owner: biyonik
- Created: 2023-08-31T11:02:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T11:04:32.000Z (about 2 years ago)
- Last Synced: 2025-01-13T09:46:16.902Z (9 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fancy Counter Application
## This application is built with HTML, CSS and Vanilla JavaScript(most important of all)
### This application do increase and decrease counter value by click buttons or by pressing the corresponding keyboard keys.```
If '+' button clicked increase counter value or pressed Numpad +, W or any of the up arrow keys
If '-' button clicked decrease counter value of pressed Numpad -, S or any of the down arrow keys
If clicked reset button, reset counter value
```