Skip to content

Disjoin-Covid-19/frontend

Repository files navigation

Disjoin Front End

The user interface of the Disjoin web application, designed for mobile use

Getting Started

Download the my-app folder or clone the repo

Prerequisites

Node.js and npm (follow this link for instructions)

npm install

Running the App

Determine where to load API requests

  1. Static file public/data - No Configuration necessary
  2. Use express server to host JSON files
  • Remove the public/data file
  • Run the following commands
cd server 
node expressjson.js 

Run the front-end

  1. Run the app (I would recommend using the "inspect element" tool on your browser to view the mobile interface of the app, check here for help):
cd my-app
npm start


Landing page


List of local supermarket stores


Foot traffic information for a specific store

Built With

  • React - JavaScript library for building user interfaces
  • MaterialUI - React UI framework

Authors

  • Kassie Wang

See also the list of contributors who participated in this project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published