Skip to content

kohenm63/dashboardCovid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🦠 COVID-19 Global Dashboard β€” 2020

An interactive data dashboard built with Streamlit, Pandas, and Plotly to explore and visualize the global spread of COVID-19 during the first major wave of the pandemic (Jan–Jul 2020).


πŸ“Š Features

βœ… Cleaned and structured dataset from Kaggle
βœ… Interactive country selection
βœ… Time series analysis for confirmed, deaths, recovered, and active cases
βœ… Top 10 hardest-hit countries
βœ… Animated geospatial map showing active case growth over time
βœ… Responsive layout and scrollable components


πŸ§ͺ Tech Stack

  • Python 🐍
  • Pandas β€” for data wrangling and cleaning
  • Plotly Express β€” for interactive and animated visualizations
  • Streamlit β€” for building the web-based dashboard UI

πŸš€ Run the App Locally

# 1. Clone the repo
git clone https://github.com/your-username/covid19-dashboard.git
cd covid19-dashboard

# 2. Install dependencies
pip install -r requirements.txt

# 3. Run the app
streamlit run app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages