A simple frontend application for getting price estimates for journeys
Live demo: http://a2b.me.uk
This project makes use of the following technologies and is bootstrapped with CRA.
- React
- Redux
- Redux Saga
- React Spring
yarn start Starts the dev task for active development.
yarn build Builds the production build.
yarn test Runs tests.
While the application makes use of both the HERE API and the Uber API the request are proxied and formatted using the a2b me API built with Laravel.