ezra-works / covid-19-india

covid-19 India dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-19-india

A React app [https://covid-19-india1.herokuapp.com/] using MERN stack (without the M 😉) provides current covid-19 India status. It uses context API and props for state management. A simple express backend route to fetch the data and react frontend to render. The data is refreshed daily once and cached locally so no need of a database as of now.

Examples

Alt text

  • On initial page load, the data is fectched and cached locally.
  • Click the states to view the current status
  • Click Home button to go back
  • Districts within the states won't provide the individual status but rather provides the state's
  • gathering districts status I'm not doing it now. Feel free to fork if required.
  • Clicking on the Banner will provide overall status

Running the tests

tests won't break at this point because there are no tests.

Deployment

The project is deployed using Heroku Cloud Platform

Built With

  • Node v12.14.1
  • React ^16.13.1 (refer package.json)
  • express ^4.17.1 (refer package.json)
  • Heroku Cloud Platform

Authors

  • Ezra Moses Rajkumar - Initial work - Ezra

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

covid-19 India dashboard

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 8.9%Language:HTML 3.3%