This project is part of my educational journey and was developed as an assigned task for the completion of a course module. The counter was built entirely with JavaScript, as required by the course. I chose to implement the counter with a modern digital style, inspired by digital clocks, including clean visual design and effects like blurred backgrounds.
Here you can find a live preview of my counter
- Vanilla JavaScript (no frameworks)
- HTML5 (DOM generated)
- CSS (fully applied via JavaScript)
- Interactive Counter: Users can increment, decrement, and reset the counter using three dedicated buttons
- Background Customization: Easily selectable background image and styles to enhance the visual appearance
- Mobile-First Design: Layout and dimensions are optimized primarily for mobile devices, ensuring full visibility and accessibility
- Social Media Integration: Open Graph meta tags to enhance sharing on social platforms
- Modern UI: Clean, digital-clock-inspired design using only JavaScript
βββ assets/
β βββ images/
β βββ js/
β βββ counterLogic.js
β βββ createElements.js
βββ index.html
βββ README.md