I developed this React Native App for portfolio purposes. It is a Meals App where I have a data file from which I am retrieving all the data.
- View Meals: Browse a list of meals.
- Favorite Meals: Mark meals as favorites.
- Meal Details: View detailed information about each meal.
- Star Meals: Option to star meals as favorites.
- Navigation Drawer: Easily navigate between viewing all categories or favorite meals
- Redux: For state management of favorite meals
- Context API: Alternative way of managing global state of favorite meals.
- React Navigation: For handling navigation between screens, including the navigation drawer.
- React Hooks: For using state and other React features in functional components.
Make sure you have the following installed on your local development environment:
- Node.js
- npm or yarn
- Expo CLI (if using Expo)
-
Clone the repository:
git clone https://github.com/muaviyaijaz123/Meals-App-A-React-Native-Application.git
-
Run the following commands: cd meals-app npm install npm start