mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 04:19:06 -08:00
Compare commits
5 Commits
5d36a97192
...
09ce0bcce4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09ce0bcce4 | ||
|
|
9402eb7f92 | ||
|
|
9a564fd37b | ||
|
|
46d0830e0b | ||
|
|
894636f168 |
@@ -19,7 +19,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
||||
|--|--|
|
||||
|Misc|[.NET](#net)|
|
||||
|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)|
|
||||
|E|[Elixir](#elixir), [Elm](#elm)|
|
||||
|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
|
||||
|
||||
## 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.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.
|
||||
- [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.
|
||||
- [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.
|
||||
- [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).
|
||||
|
||||
19
data.json
19
data.json
@@ -615,6 +615,16 @@
|
||||
],
|
||||
"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",
|
||||
"link": "https://github.com/serverless/serverless",
|
||||
@@ -1944,6 +1954,15 @@
|
||||
],
|
||||
"description": "Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks."
|
||||
},
|
||||
{
|
||||
"name": "twitter-clone",
|
||||
"link": "https://github.com/Pajkic-lab/twitter-clone",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"TypeScript"
|
||||
],
|
||||
"description": "TwClone is a Twitter replica designed to showcase cutting-edge technologies, foster knowledge sharing, and cultivate a supportive developer community."
|
||||
},
|
||||
{
|
||||
"name": "pythonping",
|
||||
"link": "https://github.com/alessandromaggio/pythonping",
|
||||
|
||||
Reference in New Issue
Block a user