Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachelkang/recipeSearch
https://github.com/rachelkang/recipeSearch
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rachelkang/recipeSearch
- Owner: rachelkang
- Created: 2020-09-25T18:43:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:16:46.000Z (3 months ago)
- Last Synced: 2024-10-29T11:46:36.743Z (about 1 month ago)
- Language: C#
- Size: 6.32 MB
- Stars: 39
- Watchers: 5
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-xamarin-apps - Rachel's Recipes
README
# Rachel's Recipes
Rachel's Recipes is a cross-platform mobile application that uses Xamarin.Forms. It was inspired by all those who are new to cooking (dare I say, first-time chefs! :)), especially during these unprecedented times of quarantining, social distancing, and increased cooking. It is intended to provide a single place to both search for new recipes as well as keep track of personal ones.
_This app continues to be work-in-progress and at the moment, its primary purpose is to test the accessibility of .NET MAUI._
## App features
1. **Recipe Search** - Users can search for recipes, by specific categories if they so choose, and add copies to their personal collection.
2. **My Recipes** - Users can create and save their own recipes using the app! Recipes can also be updated and deleted from their collection.
## NuGet packages
|Package name|
|--------------------------------------------------------|
|`NETStandard.Library`|
|`Newtonsoft.Json` |
|`Xamarin.Forms`|
|`Xamarin.Forms.Visual.Material`|
|`Xamarin.Essentials`|
|`Xamarin.CommunityToolkit`|
|`Xamarin.Plugin.SharedTransitions`|
|`Xamanimation`|
|`Resizetizer.NT`|
|`Sharpnado.Shadows`|## Credits
_Disclaimer: Although the app is called "Rachel's Recipes", none of the recipes are her own._
* Recipes from [Edamam](https://developer.edamam.com/) and my mother
* Icons created by [Freepik - Flaticon](https://www.flaticon.com/)
* Engineering tips and morale from the [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) team :)