Compare commits

...

3 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
b78cf9a42e Update README.md 2025-01-10 21:23:59 +00:00
Sammy Hori
bf0c169566 Merge pull request #1547 from MunGell/add-catima
Added Catima entry to the data.json
2025-01-10 21:23:47 +00:00
Sammy Hori
87a240155c Added Catima entry to the data.json 2025-01-10 21:20:02 +00:00
2 changed files with 11 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## Java
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
- [Catima - Android App](https://github.com/CatimaLoyalty/Android) _(label: good first issue)_ <br> Catima, a Loyalty Card & Ticket Manager for Android
- [Codename One](https://github.com/codenameone/CodenameOne) _(label: good first issue)_ <br> Cross-platform mobile app development framework for Java developers
- [DSA](https://github.com/abhishektripathi66/DSA) _(label: good first issue)_ <br> DSA questions practising repo for Java developers
- [elasticsearch](https://github.com/elastic/elasticsearch) _(label: good first issue)_ <br> Open Source, Distributed, RESTful Search Engine.

View File

@@ -2212,7 +2212,16 @@
"Rust"
],
"description": "Teleconference system with a web based user interface written in Rust"
},
},
{
"name": "Catima - Android App",
"link": "https://github.com/CatimaLoyalty/Android",
"label": "good first issue",
"technologies": [
"Java"
],
"description": "Catima, a Loyalty Card & Ticket Manager for Android"
},
{
"name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi",