Compare commits

...

4 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
c20aa72448 Update README.md 2025-05-26 22:29:02 +00:00
Sammy Hori
be9f6faf84 Merge pull request #1615 from MelvinManni/add-supabase-to-data.json
Add Supabase to the list of repositories with a description and link
2025-05-26 23:28:54 +01:00
Melvin
5f686cfea5 format array for technologies 2025-04-29 10:22:18 +01:00
Melvin
2976558aa5 Add Supabase to the list of repositories with a description and link 2025-04-28 12:50:42 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -377,6 +377,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Readest](https://github.com/readest/readest) _(label: good first issue)_ <br> A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface.
- [reatom](https://github.com/artalar/reatom) _(label: good first issue)_ <br> Reatom is declarative and reactive state manager, designed for both simple and complex applications.
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
- [supabase](https://github.com/supabase/supabase) _(label: good first issue)_ <br> The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
- [tinyhttp](https://github.com/talentlessguy/tinyhttp) _(label: good first issue)_ <br> A 0-legacy, tiny & fast web framework as a replacement of Express.
- [TypeScript](https://github.com/Microsoft/TypeScript) _(label: good first issue)_ <br> A superset of JavaScript that compiles to clean JavaScript output.
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.

View File

@@ -2182,6 +2182,13 @@
"TypeScript"
],
"description": "A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface."
},
{
"name": "supabase",
"link": "https://github.com/supabase/supabase",
"label": "good first issue",
"technologies": ["TypeScript"],
"description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications."
}
]
}