autumnchris / countdown-timer

A React.js app that takes a submitted future date and displays a timer counting down to that date.

Home Page:https://autumnchris.github.io/countdown-timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Countdown Timer

A React.js app that takes a submitted future date and displays a timer counting down to that date.


Built With

Demo

View project demo at 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

About

A React.js app that takes a submitted future date and displays a timer counting down to that date.

https://autumnchris.github.io/countdown-timer


Languages

Language:JavaScript 58.7%Language:SCSS 37.6%Language:HTML 3.7%