/hooroo

Experimental front end project

Primary LanguageJavaScript

An Angular 1.x, Redux, and ES6 Test frontend project

This is a simple app built with AngularJS, Redux ES6, Webpack, and Gulp.

It is an experiment to try out redux with Angular 1.x. It is a one page application with a list of hotels for a Qantas airline passenger to choose from. See screenshot below

Getting Started

You will need node (https://nodejs.org/en/) and npm.

Installing

git clone git+https://github.com/dhatawesomedude/hooroo.git
cd hooroo
npm install
gulp

Tests

Karma is the test runner for this project. Run the following command to run tests.

npm test

TODO:

  • Implement redux store