BiteBliss is a React Native application for exploring meal categories and discovering various recipes from different cuisines.
- Browse through different meal categories
- Discover recipes from various cuisines
- Simple and intuitive user interface
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)
- Clone the repository and install dependencies:
git clone https://github.com/RalitsaTerzieva/bite-bliss-app/tree/main cd bite-bliss-app npm install
- Install CocoaPods dependencies (iOS only):
cd ios pod install cd ..
- Start the Metro bundler:
npm start
- Run on iOS simulator (requires Xcode and macOS):
i
- Run on Android emulator/device (requires Android Studio and setup):
a
- Alternatively, for Expo managed workflow:
npx expo run:ios npx expo run:android