This Project has been presented to CodeVision BCET, Durgapur for the Event Console 2021. Team Name: Codium
- Suman Chaurasiya : 2nd Year CSE
- Sujata Kumari : 1st Year CSE
Provides Live stats of Corona cases for:
- India (All States/UTs)
- World (All Countries)
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone <GIT_LINK>- Install necessary packages
npm install- Start the development environment
npm start- Visit http://localhost:3000 in any of your web browser!
For Live Demo: Visit Here
- React - Front-End JavaScript library
- Material UI - React UI Framework
- Chart.js - HTML5 Charts
- Axios - Promise based HTTP client
Data is fetched from different sources as given below.
| Category | API URL |
|---|---|
| India | https://api.covid19india.org/ |
| World | https://covid19.mathdro.id/api/ |
This project is licensed under the MIT License - see the LICENSE.md file for details