DEV Community

Akash Yadav
Akash Yadav

Posted on

React Native Assignment

  1. React Native Project: Recipe App Objective: Develop a recipe application using React Native, allowing users to browse, search, and save recipes. Task: Build a mobile application that fetches recipes from a mock API and displays them to users. Users should be able to search for recipes by name or category, view recipe details, and save their favorite recipes for later reference. Technology Stack:
  2. React Native for building the mobile application.
  3. Mock API or or data source for fetching recipe data.
  4. TheMealDb Api: https://www.themealdb.com/api.php Requirements:
  5. User Interface:
  6. Design an attractive and user-friendly interface for browsing recipes.
  7. Include screens for displaying recipe categories, search results, and individual recipe details.
  8. Implement navigation between different screens using React Navigation. 2. Recipe Features:
  9. Fetch recipe data from a mock API or data source.
  10. Allow users to search for recipes by name or category.
  11. Display recipe details including ingredients, instructions, and images.
  12. Save Favorites:
  13. Enable users to save their favorite recipes for quick access. - Implement a feature to view and manage saved recipes.
  14. Documentation:
  15. Provide comprehensive documentation in the README file, explaining how to set up and run the application, and any additional information about the project structure or dependencies. Submission: Submit your code repository on GitHub, along with the README file containing setup instructions and project details.

Top comments (0)