Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 769 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 769 Bytes

Installation

Clone the project

git clone https://github.com/zgeist/pizzas.git

Install the dependencies

npm install
bower install

Start the server

node server.js

Visit http://localhost:8080

Project description

Test task about order pizzas. Used Node.js (http://nodejs.org/) and Backbone.js (http://backbonejs.org/)

Application parse the JSON file (/pizzas), after visualize the pizzas tiles via Backbone.js

You can click on 'Add to Cart' button, then this pizza will add to cart, if you hit a couple of times alkaline quantity of this type of pizza will increase in the basket.

Also you can remove pizza items in basket, if you click delete button.