Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeldeondsouza/nutrisearch
This is a mobile application developed with React Native, Expo, and TypeScript.
https://github.com/joeldeondsouza/nutrisearch
expo expo-router react-native typescript
Last synced: 18 days ago
JSON representation
This is a mobile application developed with React Native, Expo, and TypeScript.
- Host: GitHub
- URL: https://github.com/joeldeondsouza/nutrisearch
- Owner: JoelDeonDsouza
- Created: 2024-05-03T09:18:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T13:35:47.000Z (8 months ago)
- Last Synced: 2024-05-04T14:33:21.429Z (8 months ago)
- Topics: expo, expo-router, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NutriSearch
This is a mobile application developed with React Native, Expo, and TypeScript. The app allows users to scan the barcode of food products and retrieve nutritional information.
## Screenshots
![App Screenshot](https://i.ibb.co/fDHrTFS/img.png)
## Tech Stack
**Client:** React Native, Expo, TypeScript, Expo-Router.
## Run Locally
Clone the project
```bash
git clone https://github.com/JoelDeonDsouza/NutriSearch.git
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```