mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 12:58:17 -08:00
Compare commits
14 Commits
2404f1f165
...
d8b596388f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8b596388f | ||
|
|
82dc6badc9 | ||
|
|
0e0a03fa19 | ||
|
|
6c9d0a0a27 | ||
|
|
e1be3fe336 | ||
|
|
e7de320b07 | ||
|
|
ec0572423c | ||
|
|
474cdac530 | ||
|
|
27ffb33f3e | ||
|
|
4e1227c2d4 | ||
|
|
41d7a43e4f | ||
|
|
c21a7689d3 | ||
|
|
12a84f55e1 | ||
|
|
c09ab0b6c0 |
@@ -10,6 +10,9 @@ Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) b
|
||||
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).
|
||||
|
||||
## Table of Contents:
|
||||
|
||||
||Languages|
|
||||
@@ -72,6 +75,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
## Clojure
|
||||
|
||||
- [Alda](https://github.com/alda-lang/alda) _(label: low-hanging-fruit)_ <br> A music programming language for musicians. 🎶
|
||||
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
|
||||
|
||||
## Dart
|
||||
|
||||
@@ -106,7 +110,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
- [PureLB](https://gitlab.com/purelb/purelb/-/issues?label_name[]=GoodFirstIssue) _(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.
|
||||
- [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: for-new-contributors)_ <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
|
||||
|
||||
## Haskell
|
||||
@@ -363,6 +367,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
- [LinksHub](https://github.com/rupali-codes/LinksHub) _(label: good first issue)_ <br> LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work.
|
||||
- [LitmusChaos](https://github.com/litmuschaos/litmus) _(label: good first issue)_ <br> Litmus is a toolset to do cloud-native chaos engineering.
|
||||
- [Manifest](https://github.com/mnfst/manifest) _(label: good first issue)_ <br> Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly.
|
||||
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
|
||||
- [Node Efficientnet](https://github.com/ntedgi/node-efficientnet) _(label: good first issue)_ <br> EfficientNet Image Recognition model for Node JS ( written with tensorflow.js ).
|
||||
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
|
||||
- [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.
|
||||
|
||||
24
data.json
24
data.json
@@ -175,6 +175,16 @@
|
||||
],
|
||||
"description": "A music programming language for musicians. 🎶"
|
||||
},
|
||||
{
|
||||
"name": "Metabase",
|
||||
"link": "https://github.com/metabase/metabase",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"Clojure",
|
||||
"TypeScript"
|
||||
],
|
||||
"description": "Open source business intelligence and analytics platform"
|
||||
},
|
||||
{
|
||||
"name": "dart.dev",
|
||||
"link": "https://github.com/dart-lang/site-www",
|
||||
@@ -293,7 +303,7 @@
|
||||
{
|
||||
"name": "TiDB",
|
||||
"link": "https://github.com/pingcap/tidb",
|
||||
"label": "for-new-contributors",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"Go"
|
||||
],
|
||||
@@ -2182,6 +2192,13 @@
|
||||
],
|
||||
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
|
||||
},
|
||||
{
|
||||
"name": "Todo List App",
|
||||
"link": "https://github.com/pixelledbot/todo-list-app",
|
||||
"label": "good-first-issue",
|
||||
"technologies": ["JavaScript"],
|
||||
"description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage."
|
||||
},
|
||||
{
|
||||
"name": "Rawsec Cybersecurity Inventory",
|
||||
"link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list",
|
||||
@@ -2189,7 +2206,7 @@
|
||||
"technologies": [
|
||||
"JavaScript",
|
||||
"JSON",
|
||||
"Pug"
|
||||
"Pug"
|
||||
],
|
||||
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
|
||||
},
|
||||
@@ -2201,7 +2218,7 @@
|
||||
"Rust"
|
||||
],
|
||||
"description": "Teleconference system with a web based user interface written in Rust"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "FastAPI",
|
||||
"link": "https://github.com/tiangolo/fastapi",
|
||||
@@ -2212,4 +2229,5 @@
|
||||
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user