Skip to content

uidoyen/countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Countdown Timer

A simple ​countdown timer application build with React JS.

Installation

Step 1 - clone the repo

$ git clone https://github.com/uidoyen/countdown-timer

Step 2 - cd in the repo

$ cd countdown-timer

Step 3 - install dependencies

$ npm install
#or
$ yarn install

Step 4 - run application

$ npm run start
#or
$ yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

$ npm run build
#or
$ yarn build

The page will reload if you make edits.
You will also see any lint errors in the console.

Releases

No releases published

Packages

No packages published