mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-05-01 21:30:05 -07:00
Compare commits
18 Commits
99f1b00233
...
d7cf317e5c
| Author | SHA1 | Date | |
|---|---|---|---|
| d7cf317e5c | |||
| ca1cacd118 | |||
| 0bde0bb12c | |||
| 16baac05fb | |||
| 1a8e3b5f52 | |||
| ce731e5067 | |||
| b7d05f3bd8 | |||
| 07cb700e03 | |||
| 227ff64349 | |||
| 9238a930fe | |||
| 3a4ea28217 | |||
| 839b16b314 | |||
| 65a39e6309 | |||
| cd89ccb1a6 | |||
| bbb5b9f584 | |||
| 53ffce2c26 | |||
| f596f92ae7 | |||
| 4b5e4b6da5 |
@@ -0,0 +1,24 @@
|
||||
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
@@ -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._
|
||||
|
||||
## Intitial Checks
|
||||
## Initial Checks
|
||||
|
||||
- **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)**
|
||||
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.
|
||||
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.
|
||||
3. If your suggested repository uses a non-obvious beginner-friendly issue label, link confirmation or proof that the label is beginner-friendly.
|
||||
4. Submit the PR and wait for feedback from the maintainers.
|
||||
|
||||
---
|
||||
|
||||
@@ -120,6 +120,7 @@ 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
|
||||
- [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.
|
||||
- [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.
|
||||
- [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
|
||||
@@ -193,8 +194,6 @@ 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.
|
||||
- [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 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.
|
||||
- [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
|
||||
@@ -259,7 +258,6 @@ 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.
|
||||
- [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.
|
||||
- [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.
|
||||
- [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.
|
||||
@@ -380,6 +378,7 @@ 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.
|
||||
- [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.
|
||||
- [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.
|
||||
- [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.
|
||||
|
||||
@@ -590,15 +590,6 @@
|
||||
],
|
||||
"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",
|
||||
"link": "https://github.com/yarnpkg/berry",
|
||||
@@ -780,15 +771,6 @@
|
||||
],
|
||||
"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",
|
||||
"link": "https://github.com/netlify/netlify-cms",
|
||||
@@ -1090,15 +1072,6 @@
|
||||
],
|
||||
"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",
|
||||
"link": "https://github.com/php-censor/php-censor",
|
||||
@@ -1862,6 +1835,16 @@
|
||||
],
|
||||
"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",
|
||||
"link": "https://github.com/h2oai/wave",
|
||||
|
||||
Reference in New Issue
Block a user