Review the past journeys made by shared bike in the HSL region
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is the frontend implementation of the journey reviewer web.
This frontend is going to be deployed online. However, you could still clone the project and try it locally.
In order to run this project locally, Node.js is needed. If you haven't installed it on your own device previously, have a look at the offical website https://nodejs.org/en/download and install it first
To build the backend on your own device, first clone this project into your device
git clone https://github.com/wangc9/journey-reviewer-frontend.git
-
At the root directory, install all the dependencies used in this project
npm install
-
Follow the instructions from the corresponding backend to run the backend locally first.
-
Run the project in a new terminal with
npm start
Note: the backend should be kept on the whole time
-
This project follows the Test-driven Development (TDD) practice. To run all the tests for this project, use
npm run test
- Manually adding stations
- Drag and drop data files
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Chen Wang - @twitter_handle - [email protected]
Project Link: https://github.com/wangc9/journey-reviewer-frontend