This is a simple Passenger Counter App created using JavaScript. The app allows users to count the number of passengers boarding and alighting a vehicle. It can be used for various purposes such as buses, trains, or any scenario where passenger counting is required.
##Click here to visit https://amitansh-p.github.io/passenger-counter-app/
- Increment and Decrement: Easily increase or decrease the passenger count with dedicated buttons.
- Reset: Reset the count to zero with a single click.
- Simple and Intuitive: User-friendly interface for quick and efficient counting.
- Open the
index.html
file in a web browser. - Click the "increment" button to increment the passenger count.
- Click the "Save" button to set the count back to zero.
- HTML
- CSS
- JavaScript
To get started with the app, simply clone this repository to your local machine and open the index.html
file in a web browser.
git clone https://github.com/your-username/passenger-counter-app.git
cd passenger-counter-app