Skip to content

dev-os-ritesh/JavaScript-Counter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š 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!

About

This is a simple Counter Application built with HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors