proghead00 / COVID-19-Tracker-With-React

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Tracker With React 〽️

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.

➡️ See The Live Site ⬅️

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

ss

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.


Languages

Language:JavaScript 76.4%Language:CSS 13.9%Language:HTML 9.7%