An open API service indexing awesome lists of open source software.

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!

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.

Landing-page

## 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