This project was bootstrapped with Create React App.
Continents page Countries page Country's covid-19 details page
Covid-19-Webapp is a tracking site that provides the necessary information on covid-19 cases in any African country and other continents their update.
This project is built with:
To get the content of this project locally you need to run these commands in your terminal. Before starting the steps below, be sure you have Git and Node.js installed in your computer.
git clone https://github.com/cynthiainga/Covid-19-webapp.gitcd Covid-19-webappnpm installThis will download all the dependancies of the project.npm startThe page will open at http://localhost:3000 in your browser.
For tracking linter errors locally you need to follow these steps:
-
After cloning the project make sure you have run this command
npm installcommand -
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}" -
For tracking the linter errors in JavaScript file run:
npx eslint . -
And For running some unit tests:
npm run testornpm test
👤 Candy Inga Cynthia
- GitHub: @cynthiainga
- Twitter: @CynthiaInga_C
- LinkedIn: Cynthia Inga
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to everyone who will get time to check this code especially to code reviewers.
This project is MIT licensed.


