FoodApp is a C# Console application that helps users discover food recipes, nutritional details, and dietary information. By connecting to the TheMealDB APIs, it allows users to search for meals, verify vegan/vegetarian suitability, and manage a personal collection of favorite recipes.
To get a local copy up and running, follow these steps.
- .NET SDK (Recommended version: 8.0 or later) You can download it from dotnet.microsoft.com
- Clone the repo
git clone [https://github.com/AhmedLouay-coder21/FoodApp.git](https://github.com/AhmedLouay-coder21/FoodApp.git)
- Restore NuGet packages Bash dotnet restore
3.Build the project Bash dotnet build
4.Run the application Bash dotnet run
Usage Use this console app to:
Search for food items to see their ingredients and origin.
Check if a product is suitable for Vegan or Vegetarian diets.
Save and edit your favorite recipes to keep track of your personal cooking notes.
For more examples, please refer to the Documentation
- Feature 1: link the app with the mealdb api
- Feature 2: add search by name feature
- Nested Feature: select a meal after the fetch is over(all meals are listed) to show its ingredients
- Feature 3: add search by category feature
- Optional Feature 1: add search by country
- Feature 4: add main menu to make it suitable for user usage
- Feature 5: add save to favorites option
- Feature 6: add edit favorite recipes
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Ahmad Louay Mahmoud Saied - @gmail
Project Link: https://github.com/AhmedLouay-coder21/FoodApp