You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COVID-19 Tracker made with React JS. It has real-time API fetched data about the number of present cases, recovered, and deaths with a movable real-time map showing the statistics with color visuals and graphs.
When you open the site, the initial statistics shown is today's number of cases, patients recovered and the number of deaths.
🧱 Packages that I used, and are needed to be installed:
npm i @material-ui/core
npm i react-leaflet 🗺️ For The Map 🗺️
npm i leaflet
npm i react-chartjs-2 chart.js 📈 For The Graph Chart 📈
npm i numeral 🔢 For Formatting Numbers For The Display 🔢
How To Run:
npm i && npm start - this will start the development server after installing the node modules
Hosted Using Firebase 💥
About
COVID-19 Tracker made with React JS. It has real-time API fetched data about the number of present cases, recovered, and deaths with a movable real-time map showing the statistics with color visuals and graphs.