The cart application takes you through several categories of products and shows you the order summary at the end.
It also takes in any previous order that has been saved on the server but not yet sent, and combines them with the available products.
In case that the previous order had an item that has been removed in the meantime, the order list marks it.
After the order the customer can make another order.
VueJS
VueRouter
VueAxios and axios for ajax calls
Vuex for store
Webpack
JSON server
API calls to fake JSON server
Transition animations
Follow the instructions in instructions.md
Design and development by Magdalena Maglicic