https://github.com/ouailtayarth/count_down_app
Countdown Timer App that displays the remaining time until your special event!
https://github.com/ouailtayarth/count_down_app
angular typescript
Last synced: 9 months ago
JSON representation
Countdown Timer App that displays the remaining time until your special event!
- Host: GitHub
- URL: https://github.com/ouailtayarth/count_down_app
- Owner: OuailTayarth
- Created: 2025-05-30T14:47:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-01T12:13:52.000Z (12 months ago)
- Last Synced: 2025-07-01T13:25:39.775Z (12 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://glowing-sunflower-577fee.netlify.app/
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown Timer App
Angular-based countdown timer that displays the remaining time until your special event. Set custom titles and future dates to track important moments.
## Key & Added Features
- 🎯 Set custom event titles (letters/numbers only)
- 📅 Select future dates/times with date/time pickers
- ⏱️ Real-time countdown display (days/hours/minutes/seconds)
- 🔔 Automatic alerts for events and errors
- 📱 Fully responsive design (mobile → desktop)
- 🔄 One-click updates for countdown settings
- 🎯 Tested
- View the app: https://glowing-sunflower-577fee.netlify.app/
# More Features that could be added to this app
- Email notifications for event alerts
- User accounts to manage multiple countdowns and notification preferences
- A utility page with stopwatch, clock, and alarm
## Technologies
- **Front-end**: Angular, TypeScript
# Clone the repository
git clone https://github.com/your-username/countdown-timer-app.git
# Install dependencies
npm install
# Launch development server
- ng serve
- open your browser at http://localhost:4200
# Test
- ng test
