Status: Work in progress
An interactive dashboard to visualize the results of the capstone project: Prediction of Mode Shift in NYC using Trip-Cost Duration.
- Unisse Chua
- Andrew Nell
To get a version of the web app running locally:
- Clone this repository:
git clone https://github.com/unissechua/nyc-modeshift-dash.git
- Navigate to the repository:
cd nyc-modeshift-dash
- Install the dependencies:
npm install
- Run the development server:
npm run start
- Navigate to
http:\\localhost:8080
in the browser to view the app
- Navigate to