/group-project-uc-berkeley

A app to expose covid stats and testing locations.

Primary LanguageJavaScript

COVID-19 DataHub

Overview

This app was created to provide information about the COVID-19 pandemic. This app uses the Google Maps API and a COVID-19 testing location hosted on GitHub.

Live Link: https://cvdatahub.com/

Features

  • A database of COVID statistics organized by country. For each location, the data includes total confirmed cases, total active cases, total deaths, and total recoveries. The data is searchable by country.
  • A map that shows locations of COVID testing centers accross the United States. The map is searchable, and for each location, provides information including the name, a description, their address, and their phone number.
  • LocalStorage is used to store users Statistic searches to reduce redundancy when using the application.

Screen Shots:

Home: COVID Statistics Demo

Statistics: COVID Statistics Demo

Testing Centers: COVID Testing Demo

LocalStorage: LocalStorage Demo