This web application is made from react js which outlines the live status of coronavirus cases. Live demo here https://coronaviruslivedata.netlify.app/
- Shows Live Cases, Recoveries, Deaths (clickable tabs)
- Shows Worldwide cases and Country Based cases
- Line Chart shows fluctuations over days, hover around to see exact figures
- Clickable Markers on Map show Country stats
- React JS
- Material UI
- CSS
- Leaflet (for heatmap)
Make sure you have nodejs and npm installed. Install dependencies with:
npm install
Once it's done start up a local server with:
npm run startRun the app.
To create a production build:
npm run buildCreated by @faizkhan - feel free to contact me!