A basic counter application built using HTML, CSS, and JavaScript. It allows users to increment, decrement, and reset the counter.
- ๐ผ Increase the counter
- ๐ฝ Decrease the counter
- ๐ Reset the counter to zero
- ๐ฑ Responsive UI with basic styling
- HTML โ Structure of the app
- CSS โ Styling and layout
- JavaScript โ Core functionality and DOM manipulation
-
Clone this repository:
git clone https://github.com/nvjp/counter-app.git
