A web app which keeps track of the current COVID-19 situation in The Philppines and gives a a very clear answer to the question:
Tapos na ba ang COVID19?
Or for the non-Filipino readers:
Is COVID19 over?
You can find the app here: https://taposnaba.software/
The data for the number cards comes from Worldometers and the data for the chart come from Johns Hopkins University. Both datasets are retrieved via the disease.sh API
The front end is made with Vue.js and Bootstrap for the styling. The backend is a super simple Express server which really only serves the html entrypoint for Vue.js.
It's better to practice than do nothing about the situation in your country.
- Do well in school
- Finish school
npm install
npm run serve
npm run build
npm run lint