This is the COVID19 Tracker website, where we are supposed to display the statistics by fetching it from the standard API. The details will be fetched and displayed over the website in a user friendly way.
- Good UI to attract people
- Mobile Friendly Website
- Header, Navigation and Footer
- Search Option to search for the specific regions
- Database to store all the important statistical information
- Display Statistics on the Website
- Add news feed related to the COVID-19
- Display Charts on the website
- Using API to fetch the details of regions.
git clone git@github.com:bellatrixdatacommunity/covid19-tracker-webapp.git
cd covid19-tracker-webapp
git checkout -b "<your-branch>"
python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Code .... .... ....
.... Code .... ....
.... .... Code ....
.... .... .... Code
git add .
git commit -m "<commit message>"
git push origin "<your-branch>"
source deactivate