Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.09 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.09 KB

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:
    git clone https://github.com/RalitsaTerzieva/bite-bliss-app/tree/main
    cd bite-bliss-app
    npm install
    
  2. Install CocoaPods dependencies (iOS only):
    cd ios
    pod install
    cd .. 
    
  3. Start the Metro bundler:
    npm start
    
  4. Run on iOS simulator (requires Xcode and macOS):
    i
    
  5. Run on Android emulator/device (requires Android Studio and setup):
    a
    
  6. Alternatively, for Expo managed workflow:
    npx expo run:ios
    npx expo run:android