This is a simple Counter App built using HTML, CSS, and JavaScript. The app allows users to increase, decrease, and reset a counter, displayed on the screen.
You can see the app in action by opening index.html
in your browser.
- Increase the Counter: Click the "Increase" button to increment the count.
- Decrease the Counter: Click the "Decrease" button to decrement the count.
- Reset the Counter: Click the "Reset" button to reset the count back to zero.
- Interactive UI: The button color changes when hovered, enhancing the user experience.
- HTML5: For the structure of the page.
- CSS3: For styling and layout.
- JavaScript: For dynamic interactions and functionality.
- Clone this repository:
git clone https://github.com/yourusername/counter-app.git
- Navigate to the project directory:
cd counter-app
3.Open index.html im ypur browser to viw the app
- Click the Increase button to add to the count.
- Click the Decrease button to subtract from the count.
- Click the Reset button to set the count back to zero.