
A python webapp using Django to visualize the recent outbreak of COVID-19.
The COVID19-Tracker is a Python web app built with Django that visualizes the recent outbreak of COVID-19. It utilizes data from reputable sources such as JHU CSSE and BNO to provide up-to-date information on confirmed cases and deaths. The main page features a table, a map, and a chart to display this data. Users can set up a local copy of the tracker by following the installation guide provided.
The COVID19-Tracker is a web app that uses Django and Python to visualize the outbreak of COVID-19. It provides real-time data updates sourced from JHU CSSE and BNO. Users can easily set up a local copy by following the installation guide. The app offers various features for data visualization and is open to contributions from the community.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.