Skip to content

Commit e1b6c5d

Browse files
committed
fix projects link
1 parent d83758d commit e1b6c5d

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

en/SUMMARY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,14 @@
158158
- [Listening for Events](document-object-model/listening-of-events.md)
159159
- [References](References.md)
160160
- [Resources](resources.md)
161+
- [Digital Clock](./beginner-projects/digital-clock.md)
162+
- [Drum Kits](./beginner-projects/electronic-drum-kit.md)
163+
- [Image Search App](./beginner-projects/image-search.md)
164+
- [Month Calendar](./beginner-projects/monthly-calendar.md)
165+
- [Random Photos](./beginner-projects/random-photos-generator.md)
166+
- [Rock Paper Scissors Game](./beginner-projects/rock-paper-scissors-game.md)
167+
- [Stopwatch](./beginner-projects/simple-stopwatch.md)
168+
- [Tip Calculator](./beginner-projects/tip-calculator.md)
169+
- [Video Trailer Popup](./beginner-projects/video-trailer-popup.md)
170+
- [Weather App](./beginner-projects/weather-app.md)
161171
- [Credits](Credits.md)

en/resources.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ pageNumber: V
33
chapter:
44
---
55
# Learning Resources
6-
## Projects to Practice
7-
8-
- [Digital Clock](./beginner-projects/digital-clock.md)
9-
- [Drum Kits](./beginner-projects/electronic-drum-kit.md)
10-
- [Image Search App](../beginner-projects/image-search.md)
11-
- [Month Calendar](./beginner-projects/monthly-calendar.md)
12-
- [Random Photos](./beginner-projects/random-photos-generator.md)
13-
- [Rock Paper Scissors Game](../beginner-projects/rock-paper-scissors-game.md)
14-
- [Stopwatch](./beginner-projects/simple-stopwatch.md)
15-
- [Tip Calculator](./beginner-projects/tip-calculator.md)
16-
- [Video Trailer Popup](../beginner-projects/video-trailer-popup.md)
17-
- [Weather App](./beginner-projects/weather-app.md)
186

197
## Articles for learning JavaScript
208

@@ -68,3 +56,16 @@ chapter:
6856
9. The Net Ninja - [Link](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg)
6957
10. thenewboston - [Link](https://www.youtube.com/@thenewboston)
7058
11. Traversy Media - [Link](https://www.youtube.com/user/TechGuyWeb)
59+
60+
## Projects to Practice
61+
62+
- [Digital Clock](./beginner-projects/digital-clock.md)
63+
- [Drum Kits](./beginner-projects/electronic-drum-kit.md)
64+
- [Image Search App](./beginner-projects/image-search.md)
65+
- [Month Calendar](./beginner-projects/monthly-calendar.md)
66+
- [Random Photos](./beginner-projects/random-photos-generator.md)
67+
- [Rock Paper Scissors Game](./beginner-projects/rock-paper-scissors-game.md)
68+
- [Stopwatch](./beginner-projects/simple-stopwatch.md)
69+
- [Tip Calculator](./beginner-projects/tip-calculator.md)
70+
- [Video Trailer Popup](./beginner-projects/video-trailer-popup.md)
71+
- [Weather App](./beginner-projects/weather-app.md)

0 commit comments

Comments
 (0)