This repository contains the development of the Foodie App using React Native Expo. The application leverages the Native Expo package and Expo Stack Navigation for navigating the app. This app displays different basic dishes, their recipe's and steps to prepare each dish including how long it takes to get the dish ready.
- Seamless navigation using Expo Stack Navigator.
- Display of verious dishes and recipe.
- Favorite tab for adding a favorite dish.
To set up the development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/JacceyCode/Fooodie.git
-
Install dependencies:
cd Fooodie npm install -
Run the application:
npm start
This will launch the development server, and you can access the app through Expo on your device or emulator.
Feel free to contribute to the project by submitting issues or pull requests. Your feedback and collaboration are highly appreciated.
Happy coding!