Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftingweb/countdownguru
The custom countdown app is designed to allow users to set and track countdowns for various events or occasions. It aims to provide a simple and intuitive interface for creating and managing countdowns, with the added functionality of saving user's countdowns using localStorage.
https://github.com/craftingweb/countdownguru
localstorage
Last synced: 3 days ago
JSON representation
The custom countdown app is designed to allow users to set and track countdowns for various events or occasions. It aims to provide a simple and intuitive interface for creating and managing countdowns, with the added functionality of saving user's countdowns using localStorage.
- Host: GitHub
- URL: https://github.com/craftingweb/countdownguru
- Owner: craftingweb
- Created: 2024-02-17T19:13:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T19:41:46.000Z (9 months ago)
- Last Synced: 2024-06-03T23:24:49.848Z (6 months ago)
- Topics: localstorage
- Language: JavaScript
- Homepage: https://countdownguru.vercel.app
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [CountdownGuru](https://countdownguru.vercel.app/) App
This is a custom countdown app built with HTML, CSS, and JavaScript. It allows users to set and track countdowns for various events or occasions. The app features a minimalist design with essential functionalities for creating and managing countdowns. Additionally, the app utilizes localStorage to save user's countdowns, allowing them to access and manage their countdowns even after closing the app.
## Features
- **Countdown Form**: Allows users to set the countdown title and date.
- **Countdown Display**: Shows the countdown timer and provides a button for resetting the countdown.
- **Start Countdown**: Initiates the countdown based on the user's input.
- **Update Countdown**: Updates the countdown timer every second.
- **Pause Countdown**: Pauses the countdown timer.
- **Reset Countdown**: Resets the countdown timer and clears the input fields.
- **Save Countdown**: Saves the countdown to localStorage, allowing users to access and manage their countdowns even after closing the app.[countdownGuru.webm](https://github.com/VitaliPri/CountdownGuru/assets/101225909/26056df7-c0e5-46dc-9d5d-fff0a363a146)