Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autumnchris/countdown-timer
A React.js app that takes a submitted future date and displays a timer counting down to that date.
https://github.com/autumnchris/countdown-timer
babel countdown countdown-clock countdown-timer css es6 html javascript localstorage momentjs react reactjs sass scss webpack
Last synced: about 1 month ago
JSON representation
A React.js app that takes a submitted future date and displays a timer counting down to that date.
- Host: GitHub
- URL: https://github.com/autumnchris/countdown-timer
- Owner: autumnchris
- Created: 2019-02-18T05:57:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T20:29:34.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:16:39.340Z (4 months ago)
- Topics: babel, countdown, countdown-clock, countdown-timer, css, es6, html, javascript, localstorage, momentjs, react, reactjs, sass, scss, webpack
- Language: JavaScript
- Homepage: https://autumnchris.github.io/countdown-timer
- Size: 6.97 MB
- Stars: 17
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - autumnchris/countdown-timer - A React.js app that takes a submitted future date and displays a timer counting down to that date. (JavaScript)
README
# Countdown Timer
A React.js app that takes a submitted future date and displays a timer counting down to that date.
---
## Built With
* [React.js](https://reactjs.org)
* [Sass](http://sass-lang.com)
* [Webpack](https://webpack.js.org)
* [Moment.js](https://momentjs.com)
* LocalStorage
* [Babel](https://babeljs.io)
* [Normalize.css](https://necolas.github.io/normalize.css)
* [Font Awesome](https://fontawesome.com)
* [Google Fonts](https://fonts.google.com)## Demo
View project demo at [https://autumnchris.github.io/countdown-timer](https://autumnchris.github.io/countdown-timer).
## Instructions
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
```
npm install
```Run the following script in your command line to run the application:
```
npm start
```Once the server is running, go to `http://localhost:8080` in your browser.
Before committing any changes, run the following script to update your static files for production:
```
npm run build
```