Skip to content

A React app served on Webpack Devserver that proxies requests to an Express backend. The rest is up to you.

Notifications You must be signed in to change notification settings

kevinyang-cyen/CovidApp

 
 

Repository files navigation

Covid-Lite Tracer

The Covid-Lite Tracer is a web-app resource for all things related to Covid-19 built using React, Express, & PostgreSQL (ElephantSQL). It allows the user to see general trends for Canada and individual provinces & territories on the dashboard. The Assesement page provides a list of information resources for Covid self-assessments and province restrictions and guidelines. The user can see recent Covid-19 news on the news page, and click on the "Vaccine Progress" tab to see progress bars on vaccines currently being developed. Upon login, the user can set a 2-week self-isolation timer, and place a location marker on the map by self-reporting. The map displays current health region cases as well as self-report markers. The heat map displays Covid-19 hotspots within the last two weeks.

Screenshots

"Dashboard Trends"   "Map of Health Regions & Self-Report Cases"   "Heatmap of Covid Hotspots"   "Self-Assessment & Covid-19 Restriction Resources"   "Covid-19 News Page"   "Covid-19 Vaccine Development Progress"   "Quarantine & Self-Report Feature"

Setup

  1. Install Express dependencies with npm install.
  2. See README file within react-front-end folder to React installation instructions.

Running Webpack Development Server

npm start

About

A React app served on Webpack Devserver that proxies requests to an Express backend. The rest is up to you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.8%
  • SCSS 21.6%
  • CSS 14.4%
  • HTML 9.2%