Skip to content

simple angular webapp that retrieves a list of products

Notifications You must be signed in to change notification settings

byhoung/project-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product-list

This project is generated with yo angular generator version 0.15.1.

Tech

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

Features

  • 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

Installation

Install the dependencies and devDependencies and start the server.

$ npm install -d
$ bower install

Startup

$ grunt serve

About

simple angular webapp that retrieves a list of products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published