Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandra-rojas/theultimate-recipemanager
A recipe collection manager for seasoned cooks with an ever expanding collection of recipes. Fullstack: React & .NET webAPI
https://github.com/alejandra-rojas/theultimate-recipemanager
Last synced: about 2 months ago
JSON representation
A recipe collection manager for seasoned cooks with an ever expanding collection of recipes. Fullstack: React & .NET webAPI
- Host: GitHub
- URL: https://github.com/alejandra-rojas/theultimate-recipemanager
- Owner: alejandra-rojas
- Created: 2024-08-09T09:48:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:19:11.000Z (4 months ago)
- Last Synced: 2024-08-29T10:44:40.335Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A recipe collection manager
for people with an ever expanding collection of recipes
For those who love cooking and experimenting with new recipes at home, the internet is filled inspiration. Newspaper sites often feature columns by renowned chefs, and social media is flooded with dishes that look delicious. However, keeping track of the recipes you want to try can be challenging, and it’s easy to forget about them over time.
Personally, when it comes to print, I take cutouts of the recipes. For digital ones, I take screenshots, copy URLs, send links to my partner. My phone is also filled with photos of cookbooks from friends.
The idea behind this recipe manager is to help you keep track of the recipes you want to try, while also offering powerful features to make cooking easier and more organized.
## Features
The recipe collection manager supports:
- **Easy upload of recipes**:
- From a photo
- From a link
- Via a simple form
- **Cook Mode** for hands-free, step-by-step guidence
- **Dynamic Serving Adjustments** to scale ingredients easily.
- **Optimized Print Formatting** to fit recipes on a single page.
- **Share Your Collection** with read-only access for others
- **Email Sharing** to send recipes directly.## Frontend
This is a React application written in TypeScript, styled with Tailwind CSS. It utilizes Tanstack Query for data fetching and Tanstack Router for routing.
## Backend
The backend is built with a .NET Web API and connected to a SQL database.