File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,26 @@ Exercises
33[ Claim an exercise] ( https://github.com/itenium-be/Vue.js-Tutorial/issues )
44
55
6- 1 ) Remove from cart
7- -------------------
6+ 1 Remove from cart
7+ ------------------
88Add a button to remove socks from the Cart.
99
1010
11- 2 ) Inventory per color
12- ----------------------
11+ 2 Inventory per color
12+ ---------------------
1313Keep track of inventory per color/variant.
1414
1515
16- 3 ) Reviews
17- ----------
16+ 3 Reviews
17+ ---------
1818A. Add validation: Name is required. Must accept the terms.
1919B. Display all reviews already submitted.
2020C. Turn the rating ` select ` into selectable stars.
2121C2. Allow for partial selection. (See Github issue for code snippets)
2222
2323
24- 4 ) New page: Cart contents
25- --------------------------
24+ 4 New page: Cart contents
25+ -------------------------
2626A. Add a product price.
2727B. Create a new ` ProductLine ` component to display the information. (with an image?)
2828C. Add a new router link ` /cart ` (` router.ts ` )
@@ -31,8 +31,8 @@ E. Allow to order more/less of a product in the Cart.
3131F. Calculate the total Cart cost. (with shipping costs?)
3232
3333
34- 5 ) Vuex
35- -------
34+ 5 Vuex
35+ ------
3636A. Put the ` Product.vue ` product properties in ` store.ts ` in a products array.
3737B. Turn product into a ` @Prop() product!: any ` of ` Product.vue ` .
3838C. On the main page, loop over the products and display them.
You can’t perform that action at this time.
0 commit comments