This is a map of all the countries that are infected by the coronavirus. It fetches real-time data to visualize the status for each country - infected 😷, recovered 👍 and deaths 🌹. In addition, it shows the general status of the world.
You can visit the live version at my website: claesgill.com/coronamap/
The frontend relies on making requests to the backend, otherwise it will load old outdated data. The backend is written in Python using Flask with Flask-CORS and requests.
Backend: Run python3 backend/app.py
Frontend: Run python3 -m http.server
. Go to http://localhost:8000.
Dataset is taken from https://github.com/ExpDev07/coronavirus-tracker-api