Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.33 KB

COVID-Spy

A web application engineered and designed to be a COVID-19 Tracking App using React and Flask. This app was created to provide a more visual and easily comprehensible way to digest this data.

What I Learned

  • Using react and fetch calls to dynamically update UI.
  • Reinforced knowledge of API integration.
  • Created backend database after scraping the API to store COVID data and user information
  • Created user authentication functionality.
  • Leaflet.js / Chart.js libraries were used to create the interactive map and responsive line graph components
  • CSS and Material-UI libraries were used to design animations and web layout.

Demo

COVID

Sources

Disease(sh) documentation
Disease(sh) Github
React documentation
React Charts.js documentation
React leaflet.js documentation
Material-UI documentation