Skip to content

dev-runner/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List App

A simple AngularJS app for adding and deleting items to the shopping list

Installation

Clone the repo and install the dependencies by running npm install.

Running on the local web server

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.

Libraries

AngularJS

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

Twitter Bootstrap is a responsive UI library written by Twitter.

Live demo

Live demo of this app is available at: http://shopping.devrunner.pl/

License information

All source code of this app is licensed under the MIT License (https://opensource.org/licenses/MIT)

Copyright (c) DevRunner przemek@devrunner.pl

About

A simple app based on AngularJS and Twitter Bootstrap for managing the shopping list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors