Countdown Timer with Reactjs

countdown-timer

countdown-timer

How to run

1. Clone the repository

git clone https://github.com/lalitmee/countdown-timer.git

2. Install Packages

cd countdown-timer
yarn
# or
npm install

3. Run

yarn start
# or
npm start

4. Open in the browser

After running the command yarn start or npm start, it will open the server in your default browser. If not, you can go to your browser and put

localhost:3000

in the address bar and it will run.

  • If you are still not able to run it after the last step, it means that 3000 port is occupied with some other process so you will have to go to other port which will be

    localhost:3001
    

    and so on.

Download Details:

Author: lalitmee

Demo: https://lalitmee.github.io/countdown-timer/

Source Code: https://github.com/lalitmee/countdown-timer

#reactjs #react #javascript

Countdown Timer with Reactjs
6.90 GEEK