This is a simple counter web application built with HTML, CSS, and JavaScript. The app allows you to increase, decrease, and reset the counter value. The count status is visually represented with different colors indicating positive, negative, or zero values.
You can try out the live demo of the Counter App here.
- Increment the counter value.
- Decrement the counter value.
- Reset the counter value to zero.
- Visual representation of count status with colors.
- Click the "Increase" button to increment the counter.
- Click the "Decrease" button to decrement the counter.
- Click the "Reset" button to reset the counter to zero.
- The title text color and border color will change based on the count status:
- Positive count: Green color.
- Negative count: Red color.
- Zero count: Black color.
For any questions or feedback, you can reach out to the project maintainer through email or social media. Contact information is available on our GitHub profile.
- HTML
- CSS
- JavaScript