File tree Expand file tree Collapse file tree 3 files changed +23
-10
lines changed Expand file tree Collapse file tree 3 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ Each project includes:
22
22
- Helpful hints (if needed)
23
23
24
24
## Projects Included:
25
- - [ Tip Calculator ] ( ./tip-calculator .md )
26
- - [ Stopwatch ] ( ./stopwatch .md )
27
- - [ Rock Paper Scissors Game ] ( ./rock-paper-scissors-game .md )
28
- - [ Video Trailer Popup ] ( ./video-trailer-popup .md )
29
- - [ Random Photos] ( ./ random-photos.md )
30
- - [ Monthly Calendar ] ( ./month-calendar .md )
31
- - [ Digital Clock ] ( ./digital-clock .md )
32
- - [ Image Search App ] ( ./image-search-app .md )
33
- - [ Weather App ] ( ./weather-app .md )
34
- - [ Electronic Drum Kits ] ( ./drum-kits .md )
25
+ - [ Digital Clock ] ( ../beginner-projects/digital-clock .md )
26
+ - [ Drum Kits ] ( ../beginner-projects/electronic-drum-kit .md )
27
+ - [ Image Search App ] ( ../beginner-projects/image-search .md )
28
+ - [ Month Calendar ] ( ../beginner-projects/monthly-calendar .md )
29
+ - [ Random Photos] ( ../beginner-projects/ random-photos-generator .md )
30
+ - [ Rock Paper Scissors Game ] ( ../beginner-projects/rock-paper-scissors-game .md )
31
+ - [ Stopwatch ] ( ../beginner-projects/simple-stopwatch .md )
32
+ - [ Tip Calculator ] ( ../beginner-projects/tip-calculator .md )
33
+ - [ Video Trailer Popup ] ( ../beginner-projects/video-trailer-popup .md )
34
+ - [ Weather App ] ( ../beginner-projects/weather-app .md )
35
35
36
36
Happy Coding!
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ pageNumber: V
3
3
chapter :
4
4
---
5
5
# 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 )
18
+
6
19
## Articles for learning JavaScript
7
20
8
21
You can’t perform that action at this time.
0 commit comments