You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-32Lines changed: 14 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,6 @@ To start Metro, run the following command from the _root_ of your React Native p
13
13
```bash
14
14
# using npm
15
15
npm start
16
-
17
-
# OR using Yarn
18
-
yarn start
19
16
```
20
17
21
18
## Step 2: Start your Application
@@ -42,38 +39,23 @@ npm run ios
42
39
yarn ios
43
40
```
44
41
45
-
If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
46
-
47
-
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
48
-
49
-
## Step 3: Modifying your App
50
-
51
-
Now that you have successfully run the app, let's modify it.
52
-
53
-
1. Open `App.tsx` in your text editor of choice and edit some lines.
54
-
2. For **Android**: Press the <kbd>R</kbd> key twice or select **"Reload"** from the **Developer Menu** (<kbd>Ctrl</kbd> + <kbd>M</kbd> (on Window and Linux) or <kbd>Cmd ⌘</kbd> + <kbd>M</kbd> (on macOS)) to see your changes!
55
-
56
-
For **iOS**: Hit <kbd>Cmd ⌘</kbd> + <kbd>R</kbd> in your iOS Simulator to reload the app and see your changes!
57
-
58
-
## Congratulations! :tada:
59
-
60
-
You've successfully run and modified your React Native App. :partying_face:
61
-
62
-
### Now what?
42
+
### Yaku Project
43
+
The Yaku project is a platform developed by Louis Yang, Louis Lefevbre, Thomas Lamiable, and Johan Bognon, similar to Yoka. It aims to provide users with a comprehensive solution for tracking their dietary intake, accessing nutritional information, and discovering new food products.
63
44
64
-
- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).
65
-
- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).
45
+
### Used API
46
+
To retrieve information about food products, we utilize the OpenFoodTracks API. This API grants us access to a vast database containing detailed information about food products, including their nutritional composition, ingredients, labels, and nutritional values.
66
47
67
-
# Troubleshooting
48
+
https://fr.openfoodfacts.org
68
49
69
-
If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.
50
+
### Key Features
51
+
- Search for food products by name, brand, or category.
52
+
- Display detailed nutritional information for each product.
53
+
- Track daily and historical dietary intake.
54
+
- Receive suggestions for similar or alternative products.
55
+
- Create shopping lists and track food purchases.
56
+
- Technologies Used
70
57
71
-
# Learn More
58
+
- The Yaku project is primarily developed using modern web technologies such as React Native.
72
59
73
-
To learn more about React Native, take a look at the following resources:
60
+
For more information about the project and its development, feel free to check out our GitHub repository and contribute if you're interested!
74
61
75
-
-[React Native Website](https://reactnative.dev) - learn more about React Native.
76
-
-[Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
77
-
-[Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
78
-
-[Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
79
-
-[`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.
0 commit comments