A test exercise for AKQA
Go to file
László Károlyi 17f0d8bb90 Merge branch 'master' of https://github.com/karolyi/akqa-cart-exercise 2014-10-26 22:23:01 +01:00
assets Initial commit 2014-10-26 22:18:13 +01:00
css Initial commit 2014-10-26 22:18:13 +01:00
data Initial commit 2014-10-26 22:18:13 +01:00
js Initial commit 2014-10-26 22:18:13 +01:00
lib Initial commit 2014-10-26 22:18:13 +01:00
template Initial commit 2014-10-26 22:18:13 +01:00
LICENSE Initial commit 2014-10-26 22:22:11 +01:00
README.md Initial commit 2014-10-26 22:18:13 +01:00
index.html Initial commit 2014-10-26 22:18:13 +01:00

README.md

Used tools:

Since a grid system is not provided, no grid system is used by default. All the positioned elements are pixel positioned.


The data is loaded from the data/cart.json file at load time, and pushing the "Buy Now" button alerts the JSON format which would be posted to the REST API.