Compare commits

...

5 Commits

Author SHA1 Message Date
Pajkic
09ce0bcce4 Merge 894636f168 into 9402eb7f92 2025-02-09 21:47:05 +01:00
Shmavon Gazanchyan
9402eb7f92 Update README.md 2025-02-09 20:28:12 +00:00
Sammy Hori
9a564fd37b Merge pull request #1571 from MunGell/add-improvedtube
Add ImprovedTube's repository to the list
2025-02-09 20:27:59 +00:00
Sammy Hori
46d0830e0b Added ImprovedTube's repository to the data.json
This repo appears activae and has lots of appropriately labelled issues
2025-02-09 20:18:25 +00:00
marko pajkic
894636f168 Project twitter-clone added to the list 2025-01-23 10:10:24 +01:00
2 changed files with 25 additions and 1 deletions

View File

@@ -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).

View File

@@ -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",