The goal for this project was to experiment with Dash library in Python to create a simple interactive visualization for Covid data in Europe. The data was used from OurWorldinData.
For more information look into report written in folder report
.
data
- contains prepared datareport
- contains report for the projectscripts
- contains scripts, currently only script to prepare datasrc
- source code of web appLICENSE
- standard MIT licenseProcfile
- Heroku Procfileexecute.sh
- executes the app (install requirements and then run app with gunicorn)requirements.txt
- requirements for projectruntime.txt
- specifies Python runtime used (for Heroku)