Skip to content

swift1719/covid_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker Widget

This tracker aims to show the numbers & trends of people affected, recovered and deceased due to CORONA VIRUS.

🛠️ Built with

Installation

To setup the app for development on your local machine, follow the instructions below:

  1. Clone the repo to your machine

    git clone https://github.com/swift1719/covid_tracker.git
    cd covid_tracker
  2. Install packages

    If you use npm

    npm install

    or

    If you use yarn

    yarn
  3. Run the development server

    If you use npm

    npm start

    or

    If you use yarn

    yarn start
  4. Visit http://localhost:3000

Don't forget to give a star ⭐ for this repo 🙂