Skip to content

Create your own dashboard web app with free resources

License

Notifications You must be signed in to change notification settings

medxpy/covid19_dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 Dashboard Web App using Python (Plotly Dash)

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

Data source provided by Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE):

https://systems.jhu.edu/

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
Ver 1.0 top Ver 1.0 bottom

  • 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
Dark to Light Theme
Time Map and Bar Chart animation created with Flourish Studio and easily embeded into Plotly Dash with html.Iframe. Time map and bar chart

About

Create your own dashboard web app with free resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.3%
  • CSS 19.7%