-
Notifications
You must be signed in to change notification settings - Fork 159
Added 10 beginner-friendly JavaScript project ideas with images #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Nice work @aminasaeed223. Is it possible to list all projects under learning resources in sorted order? |
en/resources.md
Outdated
@@ -3,6 +3,19 @@ pageNumber: V | |||
chapter: | |||
--- | |||
# Learning Resources | |||
## Projects to Practice | |||
|
|||
- [Digital Clock](../beginner-projects/digital-clock.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aminasaeed223 I believe the correct way to access beginner-projects
is by using a single ./beginner-projects
, since the resources.md
file is at the same directory level. Could you update all the relevant links accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Solves #266 |
This PR introduces a new beginner-projects folder containing 10 easy JavaScript project ideas, inspired by (https://www.100jsprojects.com/). Each project includes a markdown file with a short description, helpful hints, and a preview image. These projects are perfect for beginners to practice and apply core JavaScript concepts in a fun and simple way. Let me know if any changes are needed!