This project give you the real data of the world about the affected with covid-19.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project is running under node
, so make sure you have install.
NodeJs
Git
Copy the below code and past in your terminal
git clone https://github.com/lifeeric/covid-19-tracker.git
cd covid-19-tracker
Install The Dependencies:
npm install
or
yarn install
Test The App is it running right:
npm devStart
or
yarn devStart
- React - The web framework used
- Npm - Dependency Management
- Material-ui - React UI framework
- Axios - Axios for HTTP Request