Covid.info web app is built to track and analyze the Covid-19 global pandemic. It displays live stats of Covid-19 cases from all countries on a Globe Projection. Bars and Pie charts are used for easier understanding and studying the trend of the pandemic.
Used technologies: This project was developed using Django framework. Frontend and Css are sourced from Bootstrap. Data is fetched from multiple Api in Json format then cleaned, formatted and categorised using Python's Pandas Library. For graphs and plots Ploty Dash Components, Plotly Express, Plotly Graph Obj, Mapbox were used.