Compare commits

...

4 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
12248f3f05 Update README.md 2024-10-29 21:22:09 +00:00
Sammy Hori
2e92ea08f3 Merge pull request #1491 from mikaelacaron/main
Remove OpenFoodFacts
2024-10-29 21:21:58 +00:00
Sammy Hori
701c8c6a4e Added new OpenFoodFacts repository 2024-10-29 21:20:43 +00:00
Mikaela Caron
12bc8a5131 Remove openfoodfacts
this repo has been archived
2024-10-24 00:24:42 -04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [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. - [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.
- [flutter](https://github.com/flutter/flutter) _(label: good first issue)_ <br> Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase. - [flutter](https://github.com/flutter/flutter) _(label: good first issue)_ <br> Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.
- [OpenFoodFacts](https://github.com/openfoodfacts/smooth-app) _(label: good first issue)_ <br> Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product
## Elixir ## Elixir
@@ -352,7 +353,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
## Swift ## Swift
- [Basic-Car-Maintenance](https://github.com/mikaelacaron/Basic-Car-Maintenance) _(label: good first issue)_ <br> A basic app to track your car's maintenance events, like fixes, oil changes, etc. - [Basic-Car-Maintenance](https://github.com/mikaelacaron/Basic-Car-Maintenance) _(label: good first issue)_ <br> A basic app to track your car's maintenance events, like fixes, oil changes, etc.
- [OpenFoodFacts-iOS](https://github.com/openfoodfacts/openfoodfacts-ios) _(label: help-wanted)_ <br> Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product
## TypeScript ## TypeScript

View File

@@ -1833,11 +1833,11 @@
"description": "A dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk." "description": "A dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk."
}, },
{ {
"name": "OpenFoodFacts-iOS", "name": "OpenFoodFacts",
"link": "https://github.com/openfoodfacts/openfoodfacts-ios", "link": "https://github.com/openfoodfacts/smooth-app",
"label": "help-wanted", "label": "good first issue",
"technologies": [ "technologies": [
"Swift" "Dart"
], ],
"description": "Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product" "description": "Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product"
}, },