alejandra-rojas / TheUltimate-RecipeManager

A recipe collection manager for seasoned cooks with an ever expanding collection of recipes. Fullstack: React & .NET webAPI
0 stars 0 forks source link

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:

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.