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.
- Host: GitHub
- URL: https://github.com/idsintehittapa/friendly-potato
- Owner: idsintehittapa
- Created: 2022-08-22T08:49:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T05:12:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T13:13:23.752Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://lovely-paprenjak-d8a6c8.netlify.app
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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