It's a simple counter application, but not the simplest, to count and keep track of everything you need. A project for
This project is more than just a simple counter; it can serves as a tool to track various activities. It features both a single counter mode and a multiple counter mode, allowing users to manage multiple counts simultaneously, displayed in a leaderboard-like fashion. Additionally, users can utilize a timer or switch to shopping mode, enhancing its versatility. You can try this tool here: https://counthings.netlify.app.
HTML, CSS, JavaScript, Font Awesome Icons
No installations or configurations are required to use this project since it's implemented solely with HTML, CSS, and JavaScript.
To utilize this tool effectively, follow these guidelines:
Switch between single or multiple (max 15) counter mode by clicking the icons above the counters or adjusting settings.
Users can watch all live counts in the leaderboard. It is available only for the multiple mode and it can be opened by clicking list icon on top of the page.
The maximum limit of the counter is 7 digits.
You can increment the counter asynchronously at a maximum interval of 10 seconds, with the value to increment capped at 5 digits.
Choose shopping mode to prevent counters from going below zero. Any negative counts will be zero. Shopping mode adds a "$" symbol to counts and displays the total in the results leaderboard.
Utilize the timer and set its duration up to a maximum of 10 minutes. While the timer is active, you cannot change modes. To change mode you have to stop or reset it.
If you're using the timer, you can't enter on shopping mode. Shopping mode is meant for relaxation and uninterrupted shopping experience.
These guidelines ensure optimal use of the application, allowing users to effectively track various activities while maintaining ease of use and flexibility.