Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.13 KB

Global Covid Tracker

forthebadge

Overview

The Global Covid Tracker provides a comprehensive overview of Covid-19. Through live and interactive charts, users gain valuable insights into the current and historical aspects of the coronavirus pandemic.

Tux

Manual

If you would like to build from the source, run the following commands in the order given.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

How to Contribute

Contributions are always welcome. Please follow the steps below for your pull request.

  1. Fork this project to your account
  2. Create a branch for the change you are proposing
  3. Apply changes to your fork
  4. Send a pull request after referring to the contributing guidelines