Compare commits

..

6 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
cf046c60c6 Update README.md 2024-11-21 01:19:00 +00:00
Sammy Hori
2f440a48d3 Merge pull request #1517 from MunGell/remove-letra-ext
Removed Letra Extension for inactivity
2024-11-21 01:18:48 +00:00
Sammy Hori
b2aa1a3f9a Removed Letra Extension for inactivity
Over 1 year of inactivity
2024-11-21 01:18:05 +00:00
Shmavon Gazanchyan
1b5d98e40a Update README.md 2024-11-21 01:14:05 +00:00
Sammy Hori
7688751789 Merge pull request #1516 from OiJs/add-fastAPI-data.json
Add fastAPI to data.json
2024-11-21 01:13:54 +00:00
OiJs
4fe04983af Add fastAPI to data.json 2024-11-19 11:35:19 +09:00
2 changed files with 12 additions and 11 deletions

View File

@@ -173,7 +173,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [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).
- [Kinto.js](https://github.com/Kinto/kinto.js) _(label: easy-pick)_ <br> An offline-first JavaScript client leveraging the Kinto API for remote data synchronization.
- [Leaflet](https://github.com/Leaflet/Leaflet) _(label: good first issue)_ <br> JavaScript library for mobile-friendly interactive maps.
- [Letra Extension](https://github.com/jayehernandez/letra-extension) _(label: good first issue)_ <br> Passively learn a new language every time you open a new tab.
- [material-ui](https://github.com/mui-org/material-ui) _(label: good first issue)_ <br> React components for faster and easier web development. Build your own design system, or start with Material Design.
- [Mattermost](https://github.com/mattermost/mattermost-server/issues?utf8=✓&q=is:open+label:"Up+For+Grabs"+label:"Difficulty/1:Easy"+label:"Tech/Go") _(label: n/a)_ <br> Open source Slack-alternative in Golang and React
- [Meteor](https://github.com/meteor/meteor) _(label: good first issue)_ <br> Meteor is an ultra-simple environment for building modern web applications.
@@ -288,6 +287,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset.
- [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment.
- [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints.
- [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.
- [H2O Wave Apps](https://github.com/h2oai/wave-apps) _(label: hacktoberfest)_ <br> Sample AI Apps built with H2O Wave.
- [Harmony](https://github.com/harmonydata/harmony) _(label: Good First Issue)_ <br> Natural language processing tool for psychologists to analyse and compare datasets with AI and LLMs.<br>Up for a challenge? Try [this LLM training competition](https://harmonydata.ac.uk/doxa/) for a chance to win up to £500!

View File

@@ -1035,15 +1035,6 @@
],
"description": "Drag & Drop internal tool builder"
},
{
"name": "Letra Extension",
"link": "https://github.com/jayehernandez/letra-extension",
"label": "good first issue",
"technologies": [
"JavaScript"
],
"description": "Passively learn a new language every time you open a new tab."
},
{
"name": "Jasmine",
"link": "https://github.com/jasmine/jasmine",
@@ -2219,6 +2210,16 @@
"Rust"
],
"description": "Teleconference system with a web based user interface written in Rust"
}
},
{
"name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi",
"label": "good first issue",
"technologies": [
"Python"
],
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
}
]
}