Skip to content

UI to track the spread of Covid-19 and have a place to aggregate for information related to the spread

Notifications You must be signed in to change notification settings

TS22082/covid19_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 tracking and news application

This apps main "Map" page will let you track the spread of covid-19. News is available through the navigation bar. On the news page the user will first see all the top news articles related to covid-19 and will be able to search for articles relating to covid-19

Motivation

I want the info reltaed to covid-19 to be available and the code to be open sourced so anyone can look through and verify non maliceous code or take what they want to make something better/more useful.

Build Status

In production and available here

Stack

Node, Express, React

Third Party Apis

Covid-19 tracking

NewsApi

GoogleMaps

Setup

You will need an to generate a developement api key for the NewsApi and Google Maps.

Create a .env file in the client folder:

/client/.env

REACT_APP_MAP_KEY = your_google_maps_key_goes_here;

Create a .env in the root folder (no quotes)

NEWS_KEY = your_news_key_goes_here;

About

UI to track the spread of Covid-19 and have a place to aggregate for information related to the spread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published