mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 21:08:11 -08:00
Compare commits
4 Commits
5d36a97192
...
09ce0bcce4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09ce0bcce4 | ||
|
|
9402eb7f92 | ||
|
|
9a564fd37b | ||
|
|
46d0830e0b |
@@ -19,7 +19,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
|--|--|
|
|--|--|
|
||||||
|Misc|[.NET](#net)|
|
|Misc|[.NET](#net)|
|
||||||
|A|[Angular](#angular), [Ansible](#ansible)|
|
|A|[Angular](#angular), [Ansible](#ansible)|
|
||||||
|C|[C](#c), [C#](#c-1), [C++](#c-2), [Clojure](#clojure)|
|
|C|[C](#c), [C#](#c-1), [C++](#c-2), [Clojure](#clojure), [CSS](#css)|
|
||||||
|D|[Dart](#dart)|
|
|D|[Dart](#dart)|
|
||||||
|E|[Elixir](#elixir), [Elm](#elm)|
|
|E|[Elixir](#elixir), [Elm](#elm)|
|
||||||
|G|[Go](#go)|
|
|G|[Go](#go)|
|
||||||
@@ -75,6 +75,10 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
|
|
||||||
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
|
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
|
||||||
|
|
||||||
|
## CSS
|
||||||
|
|
||||||
|
- [ImprovedTube](https://github.com/code-charity/youtube) _(label: good first issue)_ <br> A powerful but lightweight extension, to enrich your video experience & enable your content selection.
|
||||||
|
|
||||||
## Dart
|
## Dart
|
||||||
|
|
||||||
- [dart.dev](https://github.com/dart-lang/site-www) _(label: beginner)_ <br> A website covering Dart language and common libraries, for developers of Dart libraries, web apps, server-side code, and mobile (Flutter) apps.
|
- [dart.dev](https://github.com/dart-lang/site-www) _(label: beginner)_ <br> A website covering Dart language and common libraries, for developers of Dart libraries, web apps, server-side code, and mobile (Flutter) apps.
|
||||||
@@ -162,6 +166,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good first issue)_ <br> A free, fast and beautiful API request builder.
|
- [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good first issue)_ <br> A free, fast and beautiful API request builder.
|
||||||
- [HueHive](https://github.com/croma-app/croma) _(label: good first issue)_ <br> A open source react native app iOS and android for color palette management
|
- [HueHive](https://github.com/croma-app/croma) _(label: good first issue)_ <br> A open source react native app iOS and android for color palette management
|
||||||
- [iD](https://github.com/openstreetmap/iD) _(label: good first issue)_ <br> The easy-to-use OpenStreetMap editor in JavaScript.
|
- [iD](https://github.com/openstreetmap/iD) _(label: good first issue)_ <br> The easy-to-use OpenStreetMap editor in JavaScript.
|
||||||
|
- [ImprovedTube](https://github.com/code-charity/youtube) _(label: good first issue)_ <br> A powerful but lightweight extension, to enrich your video experience & enable your content selection.
|
||||||
- [Jasmine](https://github.com/jasmine/jasmine) _(label: good first issue)_ <br> Simple JavaScript testing framework for browsers and node.js.
|
- [Jasmine](https://github.com/jasmine/jasmine) _(label: good first issue)_ <br> Simple JavaScript testing framework for browsers and node.js.
|
||||||
- [Jest](https://github.com/facebook/jest) _(label: good first issue)_ <br> A complete and easy to set up JavaScript testing solution.
|
- [Jest](https://github.com/facebook/jest) _(label: good first issue)_ <br> A complete and easy to set up JavaScript testing solution.
|
||||||
- [json-editor](https://github.com/json-editor/json-editor) _(label: good first issue)_ <br> JSON Schema Based Editor. JSON Editor takes a JSON Schema and uses it to generate an HTML form. It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, spectre, tailwind).
|
- [json-editor](https://github.com/json-editor/json-editor) _(label: good first issue)_ <br> JSON Schema Based Editor. JSON Editor takes a JSON Schema and uses it to generate an HTML form. It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, spectre, tailwind).
|
||||||
|
|||||||
10
data.json
10
data.json
@@ -615,6 +615,16 @@
|
|||||||
],
|
],
|
||||||
"description": "A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates."
|
"description": "A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ImprovedTube",
|
||||||
|
"link": "https://github.com/code-charity/youtube",
|
||||||
|
"label": "good first issue",
|
||||||
|
"technologies": [
|
||||||
|
"JavaScript",
|
||||||
|
"CSS"
|
||||||
|
],
|
||||||
|
"description": "A powerful but lightweight extension, to enrich your video experience & enable your content selection."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "serverless",
|
"name": "serverless",
|
||||||
"link": "https://github.com/serverless/serverless",
|
"link": "https://github.com/serverless/serverless",
|
||||||
|
|||||||
Reference in New Issue
Block a user