A simple web-based timer that takes user input (in minutes) and starts a countdown. The timer features a large, clear display and minimalistic design, perfect for timing tasks or activities.
- Input field to enter a time (in minutes)
- Starts countdown when the user presses "Enter"
- Automatically stops when time reaches zero
- Large, easy-to-read timer display
- Dynamic formatting: displays as
MM:SS
orHH:MM:SS
based on input
-
Clone the repository:
git clone https://github.com/sifatuul/Custom_Timer.git
-
Navigate to the project directory:
cd Custom_Timer
-
Open
Customised Timer app by Sifatul.html
in your web browser to use the timer.
- Open the page in any modern browser.
- Input the number of minutes you want to set for the timer.
- Press Enter to start the countdown.
- HTML5
- CSS3 (Including Google Fonts for custom typography)
- JavaScript
- The user inputs a number in the text box.
- Upon pressing "Enter", the input is converted from minutes to seconds.
- The timer countdown is displayed on the screen with a large, easy-to-read font.
- If the input is greater than or equal to 60 minutes, the timer shows the
HH:MM:SS
format. - Otherwise, the timer shows the
MM:SS
format. - The timer stops automatically when it reaches zero.
Feel free to open issues or submit pull requests with improvements and bug fixes. Contributions are always welcome!
This project is licensed under the MIT License.