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

https://github.com/ewertonsolitto/food-generator

Food Generator is a React Native app that uses Foodish api to generate a food image with some options of food on the bottom tab.
https://github.com/ewertonsolitto/food-generator

consuming-api expo foodish-api react-native react-navigation typescript

Last synced: 5 months ago
JSON representation

Food Generator is a React Native app that uses Foodish api to generate a food image with some options of food on the bottom tab.

Awesome Lists containing this project

README

          

# Food Generator 🍕

# About 📝

**Food Generator** is a React Native app that uses [Foodish api](https://github.com/surhud004/Foodish) to generate a food image with some options of food on the bottom tab.

# Preview 📱



# Feature 🔥

- API consuming

# Technologies ⚡

- REACT NATIVE

- EXPO

- BOTTOM TAB

- [FOODISH API](https://github.com/surhud004/Foodish)

# Download ⬇️

ANDROID: https://expo.dev/accounts/ewertonsolitto/projects/food-generator/builds/912d1ba0-cd0f-492b-888d-f7e60e825680

# Installation 🔧

Make sure to have **NodeJS** and **Expo** installed.

```bash

# Clone repository
git clone https://github.com/EwertonSolitto/food-generator.git

# Go to the directory
cd food-generator

# Install dependencies
npm i

# Start Application
npm start

```