https://github.com/mungell/awesome-for-beginners
A list of awesome beginners-friendly projects.
https://github.com/mungell/awesome-for-beginners
List: awesome-for-beginners
awesome awesome-list beginner-project beginners-friendly list
Last synced: 8 months ago
JSON representation
A list of awesome beginners-friendly projects.
- Host: GitHub
- URL: https://github.com/mungell/awesome-for-beginners
- Owner: MunGell
- Created: 2015-10-24T19:53:36.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T10:48:23.000Z (9 months ago)
- Last Synced: 2025-09-26T12:27:55.326Z (9 months ago)
- Topics: awesome, awesome-list, beginner-project, beginners-friendly, list
- Homepage:
- Size: 880 KB
- Stars: 77,985
- Watchers: 1,294
- Forks: 7,450
- Open Issues: 41
-
Metadata Files:
- Readme: .github/README-template.j2
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- dev-resources - Awesome for Beginners - friendly projects. Contribute to MunGell/awesome-for-beginners development by creating an account on GitHub. | | (Index / <a name="hacktoberfest">Hacktoberfest</a>)
- fucking-Best-websites-a-programmer-should-visit - Awesome First PR Opportunities - friendly projects in different programming languages. (🔓 Open Source Websites)
README
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
If you are a maintainer of open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it.
If you are not a programmer but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list.
If you would like to be guided through how to contribute to a repository on GitHub, check out [the First Contributions repository](https://github.com/firstcontributions/first-contributions).
> [!TIP]
> All links open in the same tab. If you want to open in a new tab, use `Ctrl + Click` (Windows/Linux) or `Cmd + Click` (Mac).
## Table of Contents:
||Languages|
|--|--|{% for category_group, categories in category_groups.items() %}
|{{ category_group }}|{% for category in categories %}[{{ category.title }}](#{{ category.link_id }}){% if loop.index < (categories | length) %}, {% endif %}{% endfor %}|{% endfor %}
{% for category in categories %}
## {{ category.title }}
{% for entry in category.entries %}
- [{{ entry.name }}]({{ entry.link }}) _(label: {% if entry.label is defined %}{{ entry.label }}{% else %}n/a{% endif %})_
{{ entry.description }}{% endfor %}
{% endfor %}
## Contribute
Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
## Thanks to GitHub Sponsors
{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}{% endif %}
{{ sponsor.name }}{% endfor %}
## License
[](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, the author has waived all copyrights and related or neighboring rights to this work.