This project was bootstrapped with Create React App and shows the Infected, Recovered and Deaths rates of Covid-19 both globally and by country.
- Clone the repostory using
git clone https://github.com/DreamsOfImran/covid-global.git
- Run
yarn install
to install the necessary packages - Run
yarn start
to spin up the app - You should now have Covid Global running locally on
http://localhost:3000/
In order to contribute:
- Fork this repository using the button in the top right hand corner of the page
- Clone your repostory using
git clone https://github.com/YourUserName/covid-global.git
- Run
yarn install
to install the necessary packages - Run
yarn start
to spin up the app - You should now have Covid Global running locally on
http://localhost:3000/
- When you are ready to merge your code, create a pull request from your forked repository and it will be reviewed
This project is maintained by Imran Basha