Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.85 KB

File metadata and controls

42 lines (28 loc) · 1.85 KB

Food Recipe App

This is a recipe app which includes many food items and their recipies. The user can select a particular food item of his/her choice by clicking it's picture, which also contains its name. The app provides the user with a lot of options, so the user can scroll through the screen, to select from lot of options available. Clicking on a particular food item, shows user its name, image and description of the recipe. The App contains a good user interface (as shown in the screenshots). The credit for the content in the app goes to themealdb.com

App Screenshots

image image
image image image

Updates will be there for this app from time time to make its UI better and to Add more features.

Contributions

We welcome contributions from the open-source community to help improve the Shopping List App. To contribute, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

git checkout -b feature/your-feature-name

  1. Make your changes and ensure that the codebase remains clean and well-documented.

  2. Write appropriate unit tests for your changes.

  3. Commit your changes:

git commit -am 'Add some feature'

  1. Push to the branch:

git push origin feature/your-feature-name

  1. Create a new pull request, describing your changes and their purpose.