Skip to content

Commit 2a0f969

Browse files
authored
Update README.md
1 parent fc436b3 commit 2a0f969

File tree

1 file changed

+14
-32
lines changed

1 file changed

+14
-32
lines changed

README.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ To start Metro, run the following command from the _root_ of your React Native p
1313
```bash
1414
# using npm
1515
npm start
16-
17-
# OR using Yarn
18-
yarn start
1916
```
2017

2118
## Step 2: Start your Application
@@ -42,38 +39,23 @@ npm run ios
4239
yarn ios
4340
```
4441

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.
6344

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.
6647

67-
# Troubleshooting
48+
https://fr.openfoodfacts.org
6849

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
7057

71-
# Learn More
58+
- The Yaku project is primarily developed using modern web technologies such as React Native.
7259

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!
7461

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

Comments
 (0)