A simple interactive counter application built with HTML, CSS, and JavaScript.
- Increment counter
- Decrement counter
- Reset counter
- Conditional styling based on counter value
- Dynamic UI updates
- HTML5
- CSS3
- JavaScript (ES6+)
- DOM manipulation
- Event handling
- Functions
- Conditional logic
classList- State and UI updates
This project is part of my JavaScript learning journey. It focuses on building an interactive web interface using JavaScript and understanding how JavaScript state, user events, and DOM updates work together without using a frontend framework.