Skip to content

Commit 97f54b2

Browse files
committed
pdf
1 parent 95531ca commit 97f54b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Exercises.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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+
------------------
88
Add a button to remove socks from the Cart.
99

1010

11-
2) Inventory per color
12-
----------------------
11+
2 Inventory per color
12+
---------------------
1313
Keep track of inventory per color/variant.
1414

1515

16-
3) Reviews
17-
----------
16+
3 Reviews
17+
---------
1818
A. Add validation: Name is required. Must accept the terms.
1919
B. Display all reviews already submitted.
2020
C. Turn the rating `select` into selectable stars.
2121
C2. 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+
-------------------------
2626
A. Add a product price.
2727
B. Create a new `ProductLine` component to display the information. (with an image?)
2828
C. Add a new router link `/cart` (`router.ts`)
@@ -31,8 +31,8 @@ E. Allow to order more/less of a product in the Cart.
3131
F. Calculate the total Cart cost. (with shipping costs?)
3232

3333

34-
5) Vuex
35-
-------
34+
5 Vuex
35+
------
3636
A. Put the `Product.vue` product properties in `store.ts` in a products array.
3737
B. Turn product into a `@Prop() product!: any` of `Product.vue`.
3838
C. On the main page, loop over the products and display them.

0 commit comments

Comments
 (0)