Progressive web app to check worldwide new, recovered, and deaths cases of coronavirus. Information is updated every 10 minutes. Live demo
This project was bootstrapped with Create React App. Data source - API https://disease.sh/v3/covid-19/
- 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
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!
This project was coded along following the tutorial Build a COVID-19 Tracker with REACT JS By Clever Programmer