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.
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
Contributions are always welcome. Please follow the steps below for your pull request.
- Fork this project to your account
- Create a branch for the change you are proposing
- Apply changes to your fork
- Send a pull request after referring to the contributing guidelines