A simple web application to count and track the number of people entering a location, such as a station. The app allows you to increment a counter, save the current count, and keep a running total of all entries.
- Increment the people counter with a button
- Save the current count and reset the counter
- Display a list of previous entries
- Show the cumulative total of all saved entries
- Stylish interface with a background image
- Open
index.htmlin your web browser. - Click INCREMENT to increase the count.
- Click SAVE to add the current count to the list of previous entries and update the total. The counter will reset to zero.
- The "Previous entries" section will show all saved counts, and the "Total" section will display the cumulative total.
index.html– Main HTML file for the app interfaceindex.js– JavaScript logic for counting, saving, and updating the displayindex.css– Styling for the app, including background image and layoutstation.jpg– Background image used in the app
- Background image:
station.jpg(add attribution here if required)
This is a static web app and does not require any build tools or dependencies. Simply open index.html in your browser to use it.