diff --git a/Projects/2-Intermediate/COVID19-App.md b/Projects/2-Intermediate/COVID19-App.md new file mode 100644 index 00000000..9be0c030 --- /dev/null +++ b/Projects/2-Intermediate/COVID19-App.md @@ -0,0 +1,30 @@ +# COVID-19 Tracker App + +**Tier:** 2-Intermediate + + +- It shows the current status of COVID-19 cases in every country. +- Postman API https://documenter.getpostman.com/view/10808728/SzS8rjbc can be used to collect current status of all countries. + +## User Stories + +- [ ] User can see a world map with the number of COVID-19 active cases visible for each country +- [ ] User can click on a particular country to see detailed status of COVID-19 in that country. For example: Total recovered cases, death ratio etc. +- [ ] User can see coloured transclucent circles on each country on the map. The greater the COVID-19 cases for a country, the greater will be the color intensity of the circle. + + +## Bonus features + +- [ ] User can take an assessment to check whether they have COVID-19 symptoms. +- [ ] User can see the status COVID-19 cases for different states in a country when the circle on the country is clicked. + +## Useful links and resources + +- https://www.freecodecamp.org/news/how-to-create-corona-tracker-app-in-3-days/ +- https://www.geeksforgeeks.org/how-to-create-a-covid-19-tracker-android-app/ + +## Example projects +- https://www.covid19india.org/ + + +