A simple counter application to manually track the number of people arriving within a 10-minute time span. This app is built as a fun project while learning JavaScript.
- Manual increment and decrement of the counter.
- Reset functionality to start tracking a new 10-minute window.
- Clean and user-friendly interface.
- Open the app in your browser.
- Use the Increment button to increase the count as people arrive.
- Use the Save button to save the count when starting a new time span.
- HTML: Structure of the application.
- CSS: Basic styling for the user interface.
- JavaScript: Core functionality of the counter.
- Automate the timer to track 10-minute spans.
- Add a history log to display the count for previous time spans.
- Integrate sound or visual feedback when increasing or resetting the count.
- Deploy the app online for easy access.
- Clone this repository:
git clone https://github.com/ashutosh-bhagat/counter-app.git
- Open the
index.html
file in your browser.
Feel free to fork the repository and make contributions. Open a pull request if you want to suggest improvements or report issues.
This project is licensed under the MIT License.