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.
- Host: GitHub
- URL: https://github.com/ewertonsolitto/food-generator
- Owner: EwertonSolitto
- Created: 2025-01-10T00:47:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T01:35:51.000Z (about 1 year ago)
- Last Synced: 2025-04-05T02:23:19.630Z (10 months ago)
- Topics: consuming-api, expo, foodish-api, react-native, react-navigation, typescript
- Language: TypeScript
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```