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
- Host: GitHub
- URL: https://github.com/ralitsaterzieva/bite-bliss-app
- Owner: RalitsaTerzieva
- Created: 2024-06-29T13:57:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T10:15:15.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:26:50.885Z (over 1 year ago)
- Topics: expo-cli, expo-notifications, javascript, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 3.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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