This is a single page Javascript application, built using React. The page features a map, which displays red markers, indicating the up-to-date locations of on-demand taxis in an area using API.
To configure the API calls, go to the ApiConfig.js file in src/redux/actions/ApiConfig.js To configure the Map Component, go to mapConfig.json file in src/components/mapConfig.json
In the project directory, you can run:
$ npm install
$ npm start
This project relies on the following libraries/frameworks: React, Bootstrap, Mapbox-gl, Material-ui and Axios.