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

https://github.com/ralitsaterzieva/bite-bliss-app

BiteBliss is a React Native app with recipes from different cuisines
https://github.com/ralitsaterzieva/bite-bliss-app

expo-cli expo-notifications javascript react-native react-navigation

Last synced: about 1 month ago
JSON representation

BiteBliss is a React Native app with recipes from different cuisines

Awesome Lists containing this project

README

          

# BiteBliss 👩🏻‍🍳

BiteBliss is a React Native application for exploring meal categories and discovering various recipes from different cuisines.

## Features

- Browse through different meal categories
- Discover recipes from various cuisines
- Simple and intuitive user interface

## Getting Started

### Prerequisites

Make sure you have the following installed on your machine:

- Node.js
- npm or Yarn
- Expo CLI
- React Native CLI
- Xcode (for iOS development)
- Android Studio (for Android development)

### Installation

1. Clone the repository and install dependencies:
```bash
git clone https://github.com/RalitsaTerzieva/bite-bliss-app/tree/main
cd bite-bliss-app
npm install

2. Install CocoaPods dependencies (iOS only):
```bash
cd ios
pod install
cd ..

3. Start the Metro bundler:
```bash
npm start

4. Run on iOS simulator (requires Xcode and macOS):
```bash
i

5. Run on Android emulator/device (requires Android Studio and setup):
```bash
a

6. Alternatively, for Expo managed workflow:
```bash
npx expo run:ios
npx expo run:android