Skip to content

An ASP.Net Core App to organize recipes and make weekly meal prep easier to navigate. Currently displays recipes from local database in an uncluttered way, eliminating reliance on lengthy blogs, and inconsistent memories of personal changes to those recipes. Will later include meal planning and shopping list functionality.

Notifications You must be signed in to change notification settings

learningkat/Recipes

Repository files navigation

Recipes

Introduction

This is an ASP.Net Core App made to organize recipes and make my weekly meal prep day easier to navigate.

Currently displays recipes from local database in an uncluttered way, eliminating reliance on lengthy blogs, and inconsistent memories of personal changes to those recipes.

Later features will include meal planning and shopping list functionality.

Technologies

  • ASP.NET Core
  • Razor Pages
  • Bootstrap 4
  • Entity Framework Core
  • SQL Database

Home Page

Gallery View

This page uses the Bootstrap card component to display all the recipes currently in the database. The background image corresponds to the cuisine type and the icon corresonds to the course (Main, side, soup, etc).

Individual Recipe View

This view is the heart of the project. This page that gives all the information needed on one page that I don't have to scroll extensively and search for information as I cook.

Future Features

  • Filtering - User will be able to filter recipes by Cuisine or Course. Perhaps eventually search ingredient or cook time.
  • Meal planning and shopping - User will be able to select several recipes for a week, review that they have an appropriate number of dishes in each category and send (most likely via email) themselves a shopping list generated from the ingredients of those recipes.
  • Changing recipe amounts - User will be able to half/double/other a recipe.
  • Nutrition calculation
  • Input - Currently recipes are entered directly into the database. The app needs a one page, user friendly entry tool as well as single page editing.

About

An ASP.Net Core App to organize recipes and make weekly meal prep easier to navigate. Currently displays recipes from local database in an uncluttered way, eliminating reliance on lengthy blogs, and inconsistent memories of personal changes to those recipes. Will later include meal planning and shopping list functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published