Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```