covid19_dashboard

Create your own dashboard web app with free resources using python only All tools stated here are free.

Prerequisite:

  • Basic python - numpy, pandas, matplotlib, plotly dash
  • Basic knowledge of creating python virtual environment. Recommended using pyenv or Anaconda

Tools:

Version 1.0 Dashboard (Source Code - covid19.py included)

Comments are included in the source code covid19.py to assist you.
Click here to access the web app
2_git

1_git

  • Just clone this git, deploy to your own free Heroku server, and you are ready to go. Guide to deployment from Heroku official Guide
  • Ensure all files and folders (except folder image) are deployed to Heroku server.
  • Remember to create your personal mapbox access token. and edit in covid19.py
  • Optional: Create your own Addthis share button.

Version 2.0 Dashboard based on bootstrap 4 (Source Code not included as it is still wip)

Click here to take a look at the web app
DarktoLightV2
Time Map and Bar Chart animation created with Flourish Studio and easily embeded into Plotly Dash with html.Iframe.
Mapandbarchartanimation

GitHub