This project is a simple and interactive web application for counting the number of people entering and leaving a space. It uses HTML, CSS, and JavaScript to create a user-friendly interface with animations and responsive design.
You can view a live demo of the application here.
- Increment and decrement the counter with dedicated buttons.
- Prevents the counter from going below zero.
- Smooth animations and transitions for visual feedback.
- Responsive design that looks great on all devices.
- Footer message with personalization.
To get a local copy up and running, follow these simple steps:
-
Clone the repo
git clone https://github.com/Jay-shm/people-counter.git
-
Navigate to the project directory
cd people-counter -
Open the project
You can open the
index.htmlfile in your favorite web browser to view the application.
- Open the application: Launch the
index.htmlfile in a web browser. - Increment the counter: Click the "Entered" button to increase the count.
- Decrement the counter: Click the "Left" button to decrease the count. The counter will not go below zero.
- View the counter: The current count of people is displayed in the center of the screen.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Thanks to the open-source community for continuous inspiration.
- Special thanks to Jay for creating this project.