covid-tracker-material-ui-react
covid-tracker-material-ui-react copied to clipboard
View covid-19 data across Indian states and union territories
trafficstars
Covid-19 tracker for India
Track current and historical covid-19 data of India and its states and union territories.
Link to live website - covid-tracker-beta.vercel.app
Demo
Features -
-
Interactive map
A map of India where user can hover over any state or UT and the information gets displayed
-
Dark mode
Because its awesome
-
Graphs to display historical data
Graphs to display daily or cumulative data for confirmed, recovered and deceased cases of the chosen state/UT or all of India. The span of the data can be selected for 1 month, 3 months or all data since the beginning. These span durations are easily customizable if you wish the edit them in the code.
-
Sorted Data table
A simple table that can be sorted by any column
Run project on your computer
- clone the repo
git clone <url>
- install dependencies and start development server
npm install
npm start
- Build and run production app
npm run build
npm install -g server
serve -s build
Tech used to build this project
| |
|
|
| React | Chart.js | Material-UI |