Skip to content

cristianxew/Covid-19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid 19 tracker

Progressive web app to check worldwide new, recovered, and deaths cases of coronavirus. Information is updated every 10 minutes. Live demo

Table of contents

image

Technologies

This project was bootstrapped with Create React App. Data source - API https://disease.sh/v3/covid-19/

Libraries
  • react - version 16.13.1
  • material-ui - version 4.11.0
  • node-sass - version 4.14.1
  • chart.js - version 2.9.4
  • react-chartjs-2 - version 2.9.0
  • leaflet - version 1.6.0
  • react-leaflet - version 2.7.0
  • numeral - version 2.0.6

Setup

In the project directory, you can run:

  • yarn install

Install all dependencies

  • yarn start

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

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

  • yarn 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.

The build is minified and the filenames include the hashes.
The app is ready to be deployed!

Source

This project was coded along following the tutorial Build a COVID-19 Tracker with REACT JS By Clever Programmer