A straightforward counter application that lets you easily increase or decrease the count using intuitive buttons or keyboard keys. Keep track of anything with ease.
A web app built with JavaScript, HTML, and CSS, featuring a count display with the ability to increase, decrease, and reset the count. It also includes a dark/light mode toggle and keyboard shortcuts for easy interaction.
You can try out a live demo of this app by following this link
-
Clone this repository: git clone https://github.com/gabrilp/counter-app.git
-
Navigate to the project folder: cd counter-app
Open index.html
in your web browser.
- Click the "Increase", "Decrease", or "Reset" buttons to modify the count.
- Use the keyboard shortcuts:
- "+" to increase the count.
- "-" to decrease the count.
- "R" to reset the count.
- Use the slider to toggle between dark and light mode.
- [Tailwind CSS] (https://tailwindcss.com/) - A utility-first CSS framework.
- [FontAwesome] (https://fontawesome.com/) - Icon library for the app's UI.
Contributions are welcome!