Skip to content

dingjules/ng-itunes-search-demo

Repository files navigation

Simple iTunes search example

Single example to search for tracks on using iTunes api, You can click on the detail button for item details, and click to add or remove from the cart

How to

How to start project on dev mode

npm install
npm start

How to run unit tests

npm test

or to run test with hot reloading

npm run test-watch

Coverage reports are generated in /target/coverage

to make production version

npm run build

Production files are generated in /target/dist

Application structure

Single component app which contains a search area, a result area and a cart area

Related libaries

  1. AngularJS 1.6
  2. Angular Material (because it's simple to use and nice)
  3. webpack
  4. karma (unit test)
  5. LESS

Limitations and TODOs

  1. Add more options for searching, time, media type etc
  2. Reuse some components (the item list component for example)
  3. Add more information in the detail view
  4. summary for cart
  5. Error management ...

About

Itunes searching example with angularjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published