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

https://github.com/idsintehittapa/friendly-potato

Countdown app with custom end date and the event name.
https://github.com/idsintehittapa/friendly-potato

angular typescript

Last synced: 2 months ago
JSON representation

Countdown app with custom end date and the event name.

Awesome Lists containing this project

README

          

# Friendly-potato

Friendly-potato is a countdown app in which you can define an end date and the name of the event taking place on that day. The countdown starts from the current time and displays the time remaining to the chosen end date in the format of Days, Hours(h), Minutes(m), and Seconds(s). The input text is displayed as one line, always covering the entire screen width and resizing whenever necessary.

Desktop screenshot Desktop screenshot

## Getting started

. Clone the repository
. `cd 'your project folder'`
. `npm install`
. Run `ng serve` to start the dev server
. In your browser go to http://localhost:4200/. The app will automatically reload if you change any of the source files

Make sure that you `@angular/cli` installed globally.