https://github.com/kristinbaumann/react-countdown
React Component showing a countdown to certain date and time.
https://github.com/kristinbaumann/react-countdown
clock countdown react timer
Last synced: 6 months ago
JSON representation
React Component showing a countdown to certain date and time.
- Host: GitHub
- URL: https://github.com/kristinbaumann/react-countdown
- Owner: kristinbaumann
- License: mit
- Created: 2016-12-17T17:59:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:07:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T06:22:35.235Z (6 months ago)
- Topics: clock, countdown, react, timer
- Language: JavaScript
- Homepage: https://countdown2christmas.kristin-baumann.com/
- Size: 1.42 MB
- Stars: 70
- Watchers: 3
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Countdown
React Component demonstrating a count down to a certain date.
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) to test its functionality in erasing the setup effort for small React experiments.
Live: [https://countdown2christmas.kristin-baumann.com/](https://countdown2christmas.kristin-baumann.com/)
# Scripts
### `npm start`
Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `npm run build`
Builds the app for production to the `build` folder.
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).