Skip to content

Disheta006/People_Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👥 People Counter

A simple and interactive People Counter web application built using HTML, CSS, and JavaScript.

This project allows users to count the number of people entering a place and save previous entry counts. It is a beginner-friendly project designed to practice JavaScript variables, functions, DOM manipulation, and event handling.

🚀 Live Demo

🔗 View Live Demo

📸 Preview

Screenshot 2026-07-21 172409

✨ Features

  • ➕ Increment the people count
  • 💾 Save previous entry counts
  • 🔄 Automatically reset the current count after saving
  • 📋 Display previously saved entries
  • 🎨 Modern glassmorphism-style UI
  • 🖼️ Full-screen background image
  • 📱 Responsive design for different screen sizes
  • ✨ Button hover and click animations

🛠️ Technologies Used

  • HTML5 – Structure of the application
  • CSS3 – Styling, responsive design, animations, and glassmorphism effect
  • JavaScript – Counter functionality and DOM manipulation

📂 Project Structure

People-Counter/
│
├── index.html
├── style.css
├── script.js
├── train.jpg
└── README.md

📚 Concepts Practiced

This project helped me practice:

  • JavaScript variables
  • let keyword
  • Functions
  • Increment operator (++)
  • DOM selection using getElementById()
  • DOM manipulation using textContent
  • onclick event handling
  • CSS Flexbox
  • CSS Media Queries
  • CSS transitions and hover effects
  • Responsive web design

💻 How to Run Locally

That's it! 🎉

🔮 Future Improvements

Some possible improvements for this project are:

  • Add a RESET button
  • Add a DELETE LAST ENTRY button
  • Add a total count of all saved entries
  • Store entries using localStorage
  • Add date and time to each entry
  • Add dark/light mode
  • Add sound effects when buttons are clicked

👩‍💻 Author

Isheta Dhanavada

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages