A simple AngularJS app for adding and deleting items to the shopping list
Clone the repo and install the dependencies by running npm install.
Please run npm start in order to start the development web server. After that visit http://localhost:8000/ to see the dev version of the app.
AngularJS is an MVC framework for the front-end written by Google. It allows you to follow the MVC design pattern and to loosely couple your view and the logic behind it. This improves the design of your application and it makes it easier to test it as well.
Twitter Bootstrap is a responsive UI library written by Twitter.
Live demo of this app is available at: http://shopping.devrunner.pl/
All source code of this app is licensed under the MIT License (https://opensource.org/licenses/MIT)
Copyright (c) DevRunner przemek@devrunner.pl