Skip to content

Commit f805f29

Browse files
aminasaeed223sumn2u
authored andcommitted
Add sorted list of beginner projects to learning-resources
1 parent f5f8961 commit f805f29

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

en/beginner-projects/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Each project includes:
2222
- Helpful hints (if needed)
2323

2424
## 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)
3535

3636
Happy Coding!
File renamed without changes.

en/resources.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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)
18+
619
## Articles for learning JavaScript
720

821

0 commit comments

Comments
 (0)