Skip to content

Commit 0a6d3c2

Browse files
authored
Feat/lessons 6 7 8 9 (#3)
* feat: lessons 6, 7, 8 and 9 * feat: lessons 6, 7, 8 and 9 --------- Co-authored-by: yassine <yassine>
1 parent b5682e0 commit 0a6d3c2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

last-semester-lessons/24F/lesson11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ BONUS: Also offer express shipping for a small extra fee.
6868

6969
### Sample solutions
7070

71-
[guessing game](preject/numberguess.html)
71+
[guessing game](project/numberguess.html)
7272

73-
[web store](preject/webstore.html)
73+
[web store](project/webstore.html)

last-semester-lessons/24S/lesson10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ BONUS: Also offer express shipping for a small extra fee.
6868

6969
### Sample solutions
7070

71-
[guessing game](preject/numberguess.html)
71+
[guessing game](project/numberguess.html)
7272

73-
[web store](preject/webstore.html)
73+
[web store](project/webstore.html)

last-semester-lessons/25S/lesson08.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The player has to guess that number, but the computer can only
2929
tell wether they guessed too low, too high or
3030
whether they guessed the right number.
3131

32-
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/preject/number-guess-game.html
32+
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/project/number-guess-game.html
3333

3434
---
3535

@@ -40,7 +40,7 @@ You're running a business selling 2 products.
4040
The user can enter how many of each products they want to order,
4141
and your job is to tell the user how much they need to pay.
4242

43-
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/preject/webshop.html
43+
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/project/webshop.html
4444

4545
---
4646

@@ -50,4 +50,4 @@ You're managing an employee information portal.
5050

5151
The user can view employee details, including phone numbers and addresses.
5252

53-
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/preject/employee-portal.html
53+
Link: https://raw.githubusercontent.com/ReDI-School/js-2025-spring/refs/heads/main/project/employee-portal.html

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config = {
3838
{ from: "bookstore", to: "bookstore" },
3939
{ from: "functions", to: "functions" },
4040
{ from: "objects", to: "objects" },
41-
{ from: "preject", to: "preject" },
41+
{ from: "project", to: "project" },
4242
],
4343
}),
4444
],

0 commit comments

Comments
 (0)