Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withaarzoo/counter-web-app
https://github.com/withaarzoo/counter-web-app
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/withaarzoo/counter-web-app
- Owner: withaarzoo
- Created: 2023-02-14T08:10:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T08:14:43.000Z (almost 2 years ago)
- Last Synced: 2023-12-30T18:51:51.537Z (11 months ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter Web App
This is a simple web app created using HTML, CSS, and JavaScript that allows the user to increment, decrement, or reset a counter.## How to Use
* Clone or download this repository to your local machine.
* Open the `index.html` file in your web browser.
* Click the "Increment", "Decrement", or "Reset" buttons to modify the counter value.
* The current counter value will be displayed in the center of the app.## Customization
If you want to customize the app, you can modify the CSS styles in the `style.css` file. You can also change the initial counter value and the button labels by modifying the JavaScript code in the `script.js` file.## Preview