This project is a web-based COVID-19 dashboard built with Flask, providing real-time data visualization and information related to the COVID-19 pandemic. The dashboard fetches data from reliable sources and presents it in an easy-to-understand format.
- Real-time Data: Fetches the latest COVID-19 data from reliable sources.
- Data Visualization: Presents data through interactive charts and graphs.
- Geographical Mapping: Visualizes the impact of COVID-19 on a geographical map.
- Responsive Design: Ensures a seamless experience across various devices.
- app/: Contains the Flask web application code.
- data/: Holds the data sources or links to the data used for the dashboard.
- templates/: HTML templates for rendering web pages.
- Clone the Repository:
git clone https://github.com/PraveenLiyanage/Covid-Dashboard-Using-Flask.git cd Covid-Dashboard-Using-Flask
pip install -r requirements.txt