This simple app simulates an HGV Planner in the UK
- ReactJS (v0.14.6)
- Redux (v3.5.2)
- ES6 (transpaling with babel v6.5.2)
- Karma (v1.4.1)
- Enzyme (v2.7.1)
- Building with Webpack (v1.12.9)
Just run the following command and it will install the npm dependencies and run the app
$ npm start
It's not completely done because I'm having some trouble trying to test React with Redux.
$ npm test
Code coverage is generated after run 'npm test' and it's located in /coverage/index.html
The app depends on Google Maps API. I'm using my own API Key, but in case that it fails, it can be changed in
/src/js/config.js
The Origin and Destination must be selected using the Google Dropdown, IT WON'T WORK WITH JUST TYPING A DIRECTION