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
Updates will be there for this app from time time to make its UI better and to Add more features.
We welcome contributions from the open-source community to help improve the Shopping List App. To contribute, please follow these guidelines:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and ensure that the codebase remains clean and well-documented.
-
Write appropriate unit tests for your changes.
-
Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Create a new pull request, describing your changes and their purpose.