2 Commits

Author SHA1 Message Date
Shmavon Gazanchyan 6ddbea3e6e Fix typo in donation message in README template 2025-11-12 22:06:47 +00:00
Shmavon Gazanchyan fcbeed8930 Update README-template with Warp.dev sponsorship
Added sponsorship acknowledgment for Warp.dev that have donated to a charity of my choice.
2025-11-12 22:05:24 +00:00
5 changed files with 75 additions and 73 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
## Thanks to GitHub Sponsors ## Thanks to GitHub Sponsors
Thanks to [Warp.dev](https://go.warp.dev/awesome-for-beginners) for sponsoring this repository through a donation to a charity of my choice. Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice.
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table> <table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
-24
View File
@@ -1,24 +0,0 @@
name: Link Checker
on:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Lychee link checker
uses: lycheeverse/lychee-action@v2
with:
args: >
--verbose
--no-progress
--timeout 10
data.json
+2 -2
View File
@@ -8,7 +8,7 @@ It outlines the recommended order for executing tasks and assumes that you have
_Please note that the list in this repository is intended for more substantial projects, and we kindly ask that small personal projects not be added in the hope of receiving contributions. Thank you for your understanding._ _Please note that the list in this repository is intended for more substantial projects, and we kindly ask that small personal projects not be added in the hope of receiving contributions. Thank you for your understanding._
## Initial Checks ## Intitial Checks
- **Search for Duplicates**: Check the current list and previous pull requests to avoid submitting duplicates. - **Search for Duplicates**: Check the current list and previous pull requests to avoid submitting duplicates.
@@ -43,7 +43,7 @@ The easiest way to contribute is by editing the `data.json` file directly in you
### 2. **Submitting a Pull Request (PR)** ### 2. **Submitting a Pull Request (PR)**
1. After proposing changes, GitHub will guide you through creating a PR. 1. After proposing changes, GitHub will guide you through creating a PR.
2. Fill out the PR form, ensuring its content (especially the title) is understandable, descriptive and relevant. 2. Fill out the PR form, ensuring its content (especially the title) is understandable, descriptive and relevant.
3. If your suggested repository uses a non-obvious beginner-friendly issue label, link confirmation or proof that the label is beginner-friendly. 3. If your suggest repository uses a non-obvious beginner-friendly issue label, ensure to link to confirmation or proof that the label is beginner friendly.
4. Submit the PR and wait for feedback from the maintainers. 4. Submit the PR and wait for feedback from the maintainers.
--- ---
+11 -26
View File
@@ -3,14 +3,6 @@
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE --> <!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` --> <!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` -->
<div align="center">
<div>
<a href="https://go.warp.dev/awesome-for-beginners">
<img alt="Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice." src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Warp%20Packs/Warp-Github-SM-01.jpg">
</a>
</div>
</div>
# Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) # Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post. Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
@@ -34,13 +26,13 @@ If you would like to be guided through how to contribute to a repository on GitH
|E|[Elixir](#elixir), [Elm](#elm)| |E|[Elixir](#elixir), [Elm](#elm)|
|G|[Go](#go)| |G|[Go](#go)|
|H|[Haskell](#haskell)| |H|[Haskell](#haskell)|
|J|[Java](#java), [JavaScript](#javascript), [Javascript](#javascript), [JSON](#json), [Julia](#julia)| |J|[Java](#java), [JavaScript](#javascript), [JSON](#json), [Julia](#julia)|
|K|[Kotlin](#kotlin)| |K|[Kotlin](#kotlin)|
|M|[Markdown](#markdown), [MLOps](#mlops)| |M|[Markdown](#markdown), [MLOps](#mlops)|
|P|[Perl](#perl), [PHP](#php), [Pug](#pug), [Python](#python)| |P|[Perl](#perl), [PHP](#php), [Pug](#pug), [Python](#python)|
|R|[Ruby](#ruby), [Rust](#rust)| |R|[Ruby](#ruby), [Rust](#rust)|
|S|[Scala](#scala), [Smalltalk](#smalltalk), [Swift](#swift)| |S|[Scala](#scala), [Smalltalk](#smalltalk), [Swift](#swift)|
|T|[TypeScript](#typescript), [Typescript](#typescript)| |T|[TypeScript](#typescript)|
## .NET ## .NET
@@ -58,7 +50,6 @@ If you would like to be guided through how to contribute to a repository on GitH
## C ## C
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
- [Profanity](https://github.com/profanity-im/profanity) _(label: good first issue)_ <br> Ncurses XMPP chat client. - [Profanity](https://github.com/profanity-im/profanity) _(label: good first issue)_ <br> Ncurses XMPP chat client.
## C# ## C#
@@ -73,7 +64,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [electron](https://github.com/electron/electron) _(label: good first issue)_ <br> Build cross platform desktop apps with JavaScript, HTML, and CSS - [electron](https://github.com/electron/electron) _(label: good first issue)_ <br> Build cross platform desktop apps with JavaScript, HTML, and CSS
- [F3D](https://github.com/f3d-app/f3d) _(label: good first issue)_ <br> Fast and minimalist 3D viewer. - [F3D](https://github.com/f3d-app/f3d) _(label: good first issue)_ <br> Fast and minimalist 3D viewer.
- [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_ <br> 2D and 3D cross-platform game engine. Also has C# and Python code. - [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_ <br> 2D and 3D cross-platform game engine. Also has C# and Python code.
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
- [MiniOB](https://github.com/oceanbase/miniob) _(label: good first issue)_ <br> MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese). - [MiniOB](https://github.com/oceanbase/miniob) _(label: good first issue)_ <br> MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese).
- [MoveIt](https://github.com/ros-planning/moveit) _(label: good first issue)_ <br> Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms. - [MoveIt](https://github.com/ros-planning/moveit) _(label: good first issue)_ <br> Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms.
- [projectM](https://github.com/projectM-visualizer/projectm) _(label: good first issue)_ <br> A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi. - [projectM](https://github.com/projectM-visualizer/projectm) _(label: good first issue)_ <br> A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi.
@@ -120,7 +110,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Moby](https://github.com/moby/moby) _(label: exp/beginner)_ <br> Open-source application container engine - [Moby](https://github.com/moby/moby) _(label: exp/beginner)_ <br> Open-source application container engine
- [PureLB](https://gitlab.com/purelb/purelb) _(label: n/a)_ <br> Load-balancer orchestrator for Kubernetes that uses standard Linux networking and routing protocols. - [PureLB](https://gitlab.com/purelb/purelb) _(label: n/a)_ <br> Load-balancer orchestrator for Kubernetes that uses standard Linux networking and routing protocols.
- [script](https://github.com/bitfield/script) _(label: good first issue)_ <br> A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process. - [script](https://github.com/bitfield/script) _(label: good first issue)_ <br> A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process.
- [SigNoz](https://github.com/SigNoz/signoz) _(label: good first issue)_ <br> An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application.
- [Terraform](https://github.com/hashicorp/terraform) _(label: good first issue)_ <br> A tool for building, changing, and versioning infrastructure safely and efficiently. - [Terraform](https://github.com/hashicorp/terraform) _(label: good first issue)_ <br> A tool for building, changing, and versioning infrastructure safely and efficiently.
- [TiDB](https://github.com/pingcap/tidb) _(label: good first issue)_ <br> A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database - [TiDB](https://github.com/pingcap/tidb) _(label: good first issue)_ <br> A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database
- [utils](https://github.com/kashifkhan0771/utils) _(label: good first issue)_ <br> Common Utilities library for Go - [utils](https://github.com/kashifkhan0771/utils) _(label: good first issue)_ <br> Common Utilities library for Go
@@ -131,6 +120,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## Java ## Java
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
- [Catima - Android App](https://github.com/CatimaLoyalty/Android) _(label: good first issue)_ <br> Catima, a Loyalty Card & Ticket Manager for Android - [Catima - Android App](https://github.com/CatimaLoyalty/Android) _(label: good first issue)_ <br> Catima, a Loyalty Card & Ticket Manager for Android
- [Codename One](https://github.com/codenameone/CodenameOne) _(label: good first issue)_ <br> Cross-platform mobile app development framework for Java developers - [Codename One](https://github.com/codenameone/CodenameOne) _(label: good first issue)_ <br> Cross-platform mobile app development framework for Java developers
- [DSA](https://github.com/abhishektripathi66/DSA) _(label: good first issue)_ <br> DSA questions practising repo for Java developers - [DSA](https://github.com/abhishektripathi66/DSA) _(label: good first issue)_ <br> DSA questions practising repo for Java developers
@@ -148,6 +138,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [altair](https://github.com/imolorhe/altair) _(label: good first issue)_ <br> A beautiful feature-rich GraphQL Client for all platforms. - [altair](https://github.com/imolorhe/altair) _(label: good first issue)_ <br> A beautiful feature-rich GraphQL Client for all platforms.
- [Ancient Beast](https://github.com/FreezingMoon/AncientBeast) _(label: easy)_ <br> Turn based strategy game where you 3d print a squad of creatures with unique abilities in order to defeat your enemies. - [Ancient Beast](https://github.com/FreezingMoon/AncientBeast) _(label: easy)_ <br> Turn based strategy game where you 3d print a squad of creatures with unique abilities in order to defeat your enemies.
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
- [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner. - [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner.
- [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript. - [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript.
- [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management. - [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
@@ -194,6 +185,8 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity. - [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity.
- [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces. - [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [React Native](https://github.com/facebook/react-native) _(label: Good-first-issue)_ <br> A framework for building native apps with React. - [React Native](https://github.com/facebook/react-native) _(label: Good-first-issue)_ <br> A framework for building native apps with React.
- [React server](https://github.com/redfin/react-server) _(label: good-first-contribution)_ <br> React framework with server render for blazing fast page load and seamless transitions between pages in the browser.
- [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily.
- [ReactiveSearch](https://github.com/appbaseio/reactivesearch) _(label: good first issue-:wave:)_ <br> A UI components library for Elasticsearch: Available for React, Vue and React Native. - [ReactiveSearch](https://github.com/appbaseio/reactivesearch) _(label: good first issue-:wave:)_ <br> A UI components library for Elasticsearch: Available for React, Vue and React Native.
- [reactjs.org](https://github.com/reactjs/react.dev) _(label: good first issue)_ <br> The documentation website for reactjs - [reactjs.org](https://github.com/reactjs/react.dev) _(label: good first issue)_ <br> The documentation website for reactjs
- [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework - [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework
@@ -213,17 +206,15 @@ If you would like to be guided through how to contribute to a repository on GitH
- [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator - [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator
- [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_ <br> Next-gen browser and mobile automation test framework for Node.js - [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_ <br> Next-gen browser and mobile automation test framework for Node.js
## Javascript
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
## JSON ## JSON
- [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity. - [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity.
## Julia ## Julia
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing. - [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia
- [Julia Language: Good first issue](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
- [Julia Language: Help wanted](https://github.com/JuliaLang/julia) _(label: help-wanted)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
## Kotlin ## Kotlin
@@ -258,6 +249,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Matomo](https://github.com/matomo-org/matomo) _(label: help-wanted)_ <br> Matomo is the leading Free/Libre open analytics platform. - [Matomo](https://github.com/matomo-org/matomo) _(label: help-wanted)_ <br> Matomo is the leading Free/Libre open analytics platform.
- [MediaWiki](https://phabricator.wikimedia.org/maniphest/query/4Q5_qR51u_oz/#R) _(label: n/a)_ <br> The free and open-source wiki software package that powers Wikipedia. - [MediaWiki](https://phabricator.wikimedia.org/maniphest/query/4Q5_qR51u_oz/#R) _(label: n/a)_ <br> The free and open-source wiki software package that powers Wikipedia.
- [NextCloud Server](https://github.com/nextcloud/server) _(label: good first issue)_ <br> Nextcloud server, a safe home for all your data. - [NextCloud Server](https://github.com/nextcloud/server) _(label: good first issue)_ <br> Nextcloud server, a safe home for all your data.
- [OrgManager](https://github.com/orgmanager/orgmanager) _(label: beginners-only)_ <br> Supercharge your GitHub organizations!
- [PHP Censor](https://github.com/php-censor/php-censor) _(label: good-for-beginner)_ <br> Open source self-hosted continuous integration server for PHP projects. - [PHP Censor](https://github.com/php-censor/php-censor) _(label: good-for-beginner)_ <br> Open source self-hosted continuous integration server for PHP projects.
- [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) _(label: newbie)_ <br> Admin interface for MySQL written in PHP. - [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) _(label: newbie)_ <br> Admin interface for MySQL written in PHP.
- [PrestaShop](https://github.com/PrestaShop/PrestaShop) _(label: good first issue)_ <br> The open source ecommerce solution to start your online business and start selling online. - [PrestaShop](https://github.com/PrestaShop/PrestaShop) _(label: good first issue)_ <br> The open source ecommerce solution to start your online business and start selling online.
@@ -285,6 +277,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment. - [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment.
- [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints. - [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience. - [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
- [H2O Wave Apps](https://github.com/h2oai/wave-apps) _(label: hacktoberfest)_ <br> Sample AI Apps built with H2O Wave.
- [Harmony](https://github.com/harmonydata/harmony) _(label: Good First Issue)_ <br> Natural language processing tool for psychologists to analyse and compare datasets with AI and LLMs.<br>Up for a challenge? Try [this LLM training competition](https://harmonydata.ac.uk/doxa/) for a chance to win up to £500! - [Harmony](https://github.com/harmonydata/harmony) _(label: Good First Issue)_ <br> Natural language processing tool for psychologists to analyse and compare datasets with AI and LLMs.<br>Up for a challenge? Try [this LLM training competition](https://harmonydata.ac.uk/doxa/) for a chance to win up to £500!
- [jarvis](https://github.com/sukeesh/Jarvis) _(label: difficulty/newcomer)_ <br> A personal assistant for Linux, MacOs and Windows based on Command line Interface. - [jarvis](https://github.com/sukeesh/Jarvis) _(label: difficulty/newcomer)_ <br> A personal assistant for Linux, MacOs and Windows based on Command line Interface.
- [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good first issue)_ <br> Jupyter interactive notebook. - [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good first issue)_ <br> Jupyter interactive notebook.
@@ -378,7 +371,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_ <br> Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege. - [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_ <br> Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege.
- [Readest](https://github.com/readest/readest) _(label: good first issue)_ <br> A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface. - [Readest](https://github.com/readest/readest) _(label: good first issue)_ <br> A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface.
- [reatom](https://github.com/artalar/reatom) _(label: good first issue)_ <br> Reatom is declarative and reactive state manager, designed for both simple and complex applications. - [reatom](https://github.com/artalar/reatom) _(label: good first issue)_ <br> Reatom is declarative and reactive state manager, designed for both simple and complex applications.
- [SigNoz](https://github.com/SigNoz/signoz) _(label: good first issue)_ <br> An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application.
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation. - [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
- [supabase](https://github.com/supabase/supabase) _(label: good first issue)_ <br> The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. - [supabase](https://github.com/supabase/supabase) _(label: good first issue)_ <br> The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
- [tinyhttp](https://github.com/talentlessguy/tinyhttp) _(label: good first issue)_ <br> A 0-legacy, tiny & fast web framework as a replacement of Express. - [tinyhttp](https://github.com/talentlessguy/tinyhttp) _(label: good first issue)_ <br> A 0-legacy, tiny & fast web framework as a replacement of Express.
@@ -386,11 +378,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript. - [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.
- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_ <br> A code editor redefined and optimized for building and debugging modern web and cloud applications. - [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_ <br> A code editor redefined and optimized for building and debugging modern web and cloud applications.
- [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App - [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App
- [Vitest](https://github.com/vitest-dev/vitest) _(label: good first issue)_ <br> A blazing fast unit test framework powered by Vite.
## Typescript
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
## Contribute ## Contribute
@@ -399,8 +386,6 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
## Thanks to GitHub Sponsors ## Thanks to GitHub Sponsors
Thanks to [Warp.dev](https://go.warp.dev/awesome-for-beginners) for sponsoring this repository through a donation to a charity of my choice.
<table><tr><td align="center"><a href="https://github.com/MixeroTN"><img src="https://avatars.githubusercontent.com/u/40803091" width="60px;" alt=""/><br/><sub><b>Michał Gołkowski</b></sub></a></td></tr></table> <table><tr><td align="center"><a href="https://github.com/MixeroTN"><img src="https://avatars.githubusercontent.com/u/40803091" width="60px;" alt=""/><br/><sub><b>Michał Gołkowski</b></sub></a></td></tr></table>
## License ## License
+61 -20
View File
@@ -404,8 +404,7 @@
"link": "https://github.com/appsmithorg/appsmith", "link": "https://github.com/appsmithorg/appsmith",
"label": "good first issue", "label": "good first issue",
"technologies": [ "technologies": [
"Typescript", "Java"
"Javascript"
], ],
"description": "Drag & Drop internal tool builder" "description": "Drag & Drop internal tool builder"
}, },
@@ -590,6 +589,15 @@
], ],
"description": "A framework for building native apps with React." "description": "A framework for building native apps with React."
}, },
{
"name": "React server",
"link": "https://github.com/redfin/react-server",
"label": "good-first-contribution",
"technologies": [
"JavaScript"
],
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser."
},
{ {
"name": "Berry - Active development trunk for Yarn", "name": "Berry - Active development trunk for Yarn",
"link": "https://github.com/yarnpkg/berry", "link": "https://github.com/yarnpkg/berry",
@@ -771,6 +779,15 @@
], ],
"description": "A compiler for writing next generation JavaScript." "description": "A compiler for writing next generation JavaScript."
}, },
{
"name": "React-content-loader",
"link": "https://github.com/danilowoz/create-content-loader",
"label": "good first issue",
"technologies": [
"JavaScript"
],
"description": "Tool to create your own react-content-loader easily."
},
{ {
"name": "netlify-cms", "name": "netlify-cms",
"link": "https://github.com/netlify/netlify-cms", "link": "https://github.com/netlify/netlify-cms",
@@ -898,13 +915,13 @@
"description": "Minimalistic Vue-powered static site generator" "description": "Minimalistic Vue-powered static site generator"
}, },
{ {
"name": "Vitest", "name": "appsmith",
"link": "https://github.com/vitest-dev/vitest", "link": "https://github.com/appsmithorg/appsmith",
"label": "good first issue", "label": "good first issue",
"technologies": [ "technologies": [
"TypeScript" "JavaScript"
], ],
"description": "A blazing fast unit test framework powered by Vite." "description": "Drag & Drop internal tool builder"
}, },
{ {
"name": "Jasmine", "name": "Jasmine",
@@ -970,16 +987,32 @@
], ],
"description": "Deploy any software to any cloud: automated DevOps workflows to save software teams time and money." "description": "Deploy any software to any cloud: automated DevOps workflows to save software teams time and money."
}, },
{
"name": "Julia Language: Help wanted",
"link": "https://github.com/JuliaLang/julia",
"label": "help-wanted",
"technologies": [
"Julia"
],
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
},
{
"name": "Julia Language: Good first issue",
"link": "https://github.com/JuliaLang/julia",
"label": "good first issue",
"technologies": [
"Julia"
],
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
},
{ {
"name": "Julia", "name": "Julia",
"link": "https://github.com/JuliaLang/julia", "link": "https://github.com/JuliaLang/julia",
"label": "good first issue", "label": "good first issue",
"technologies": [ "technologies": [
"Julia", "Julia"
"C",
"C++"
], ],
"description": "The Julia Programming Language - A high-level, high-performance dynamic language for technical computing." "description": "Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia"
}, },
{ {
"name": "Atrium", "name": "Atrium",
@@ -1072,6 +1105,15 @@
], ],
"description": "Matomo is the leading Free/Libre open analytics platform." "description": "Matomo is the leading Free/Libre open analytics platform."
}, },
{
"name": "OrgManager",
"link": "https://github.com/orgmanager/orgmanager",
"label": "beginners-only",
"technologies": [
"PHP"
],
"description": "Supercharge your GitHub organizations!"
},
{ {
"name": "PHP Censor", "name": "PHP Censor",
"link": "https://github.com/php-censor/php-censor", "link": "https://github.com/php-censor/php-censor",
@@ -1835,16 +1877,6 @@
], ],
"description": "End-to-end encryption and mutual authentication for distributed applications." "description": "End-to-end encryption and mutual authentication for distributed applications."
}, },
{
"name": "SigNoz",
"link": "https://github.com/SigNoz/signoz",
"label": "good first issue",
"technologies": [
"TypeScript",
"Go"
],
"description": "An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application."
},
{ {
"name": "H2O Wave", "name": "H2O Wave",
"link": "https://github.com/h2oai/wave", "link": "https://github.com/h2oai/wave",
@@ -1855,6 +1887,15 @@
], ],
"description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience." "description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience."
}, },
{
"name": "H2O Wave Apps",
"link": "https://github.com/h2oai/wave-apps",
"label": "hacktoberfest",
"technologies": [
"Python"
],
"description": "Sample AI Apps built with H2O Wave."
},
{ {
"name": "OpenMetadata", "name": "OpenMetadata",
"link": "https://github.com/open-metadata/OpenMetadata", "link": "https://github.com/open-metadata/OpenMetadata",