This project is generated with yo angular generator version 0.15.1.
this app uses a number of open source projects to work properly:
- [Yeoman] - To generate a lightweight angular app
- [AngularJS] - Web framework for creating a SPA
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [SASS] - for preprocessing CSS
- [Grunt] - streamline the build system
- [Karma] - for unit testing
- Retrieve data as an async call from an http get
- Filter out data based on data values without refreshing the page
- A button that clears value and hides/shows based on whether or not the input has a value
- Interchange between list view and block view based on whether or not input has a value
- Limit the amount of data seen as a default view
- Responsively scale to a mobile layout
Install the dependencies and devDependencies and start the server.
$ npm install -d
$ bower install
$ grunt serve