Compare commits

...

10 Commits

Author SHA1 Message Date
Pajkic
5d36a97192 Merge 894636f168 into 66bd9315aa 2025-02-08 12:48:49 +01:00
Shmavon Gazanchyan
66bd9315aa Update README.md 2025-02-07 21:16:54 +00:00
Sammy Hori
0ac6520bfb Merge pull request #1568 from MunGell/remove-shouldy
Removed Shouldly for a lack of appropriate issues
2025-02-07 21:16:41 +00:00
Sammy Hori
bbbd6e907e Removed Shouldy for a lack of appropriate issues
Their last appropriately labelled issue was closed in Feb 2020 which is somehow 5 years ago.
2025-02-07 21:16:09 +00:00
Shmavon Gazanchyan
5ff9c045f5 Update README.md 2025-02-07 19:35:10 +00:00
Sammy Hori
4a5eb29229 Merge pull request #1395 from Smoren/add-itertools-ts
Add itertools-ts to TypeScript and JavaScript sections
2025-02-07 19:34:58 +00:00
Smoren
7b0fe75179 Update data.json
Co-authored-by: Sammy Hori <git@sammyhori.com>
2025-01-29 01:18:47 +03:00
Sammy Hori
2beb884293 Merge branch 'main' into add-itertools-ts 2025-01-28 21:24:12 +00:00
marko pajkic
894636f168 Project twitter-clone added to the list 2025-01-23 10:10:24 +01:00
Smoren
2e35b616f0 Add itertools-ts to TypeScript and JavaScript sections 2024-03-04 00:44:22 +03:00
2 changed files with 19 additions and 10 deletions

View File

@@ -38,7 +38,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
- [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good first issue)_ <br> RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology.
- [Shouldly](https://github.com/shouldly/shouldly) _(label: Jump-In)_ <br> Should testing for .NET - the way Asserting Should be!
## Angular
@@ -367,6 +366,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_ <br> Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
- [Impler.io](https://github.com/implerhq/impler.io) _(label: good first issue)_ <br> 100% open source data import experience with readymade CSV & Excel import widget 🚀
- [IterTools TS](https://github.com/Smoren/itertools-ts) _(label: good first issue)_ <br> Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones).
- [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.

View File

@@ -30,15 +30,6 @@
],
"description": "RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology."
},
{
"name": "Shouldly",
"link": "https://github.com/shouldly/shouldly",
"label": "Jump-In",
"technologies": [
".NET"
],
"description": "Should testing for .NET - the way Asserting Should be!"
},
{
"name": "grok.net",
"link": "https://github.com/Marusyk/grok.net",
@@ -1953,6 +1944,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",
@@ -2132,6 +2132,15 @@
],
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems."
},
{
"name": "IterTools TS",
"link": "https://github.com/Smoren/itertools-ts",
"label": "good first issue",
"technologies": [
"TypeScript"
],
"description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)."
},
{
"name": "Harmony",
"link": "https://github.com/harmonydata/harmony",