π Counter App A simple and interactive Counter Application built using HTML, CSS, and JavaScript. This project includes basic counter functions along with localStorage support to save and load the counter value even after refreshing or reopening the browser.
π Features β Increase the counter β Decrease the counter π Reset the counter πΎ Save counter value using localStorage π₯ Load saved value on page reload π§ Demonstrates DOM manipulation, event handling, and persistent storage π₯οΈ Demo
π Project Structure counter-app/ βββ index.html βββ style.css βββ script.js βββ README.md
π§© How It Works JavaScript updates the counter dynamically using the DOM. The value is saved in localStorage so it remains even after closing the browser. Clicking Save stores the current counter value. Clicking Load fetches and updates the UI with the stored number.
π οΈ Technologies Used HTML CSS JavaScript localStorage API
π€ Contributing Contributions, issues, and feature requests are welcome!