This application is a sample implementation development against problem statement explained here.
- Check out the demo and code coverage report for gaining a quick acess to the look and feel of the application.

- Developed in NodeJS, NPM, VueJS, webpack, Mocha, Karma, Selenium, phantomJS, ES6, babel and such latest technology stack.
- Includes test cases and test coverage report.
- Responsive
- Reactive
- ESLint
- CSS Preprocessors
- Automated scripts to bundle and publish the code on server for dev, testing and production environment.
- Pre-requisites softwares: Nodejs(v6.11.4), Npm(v3.10.10), JRE(v7)
- Build and Run the application
# install dependencies
npm install or yarn install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test