myRecipeFile - Screenshots from development

I'm developing my own web-based recipe management application, using PHP and MySQL.

Here are a few preliminary screenshots.

The Login page

Each user will log in to the recipe application. This allows me to separate recipes by user. Later, I'll add groups which will allow users to share recipes, and publish recipes jointly.

The main Menu

The application presents the user with a list of all available recipes, and a way to reduce that list.

The user can adjust the recipe selection criteria to limit the recipes shown to just those of interest at the moment.

View the Recipe

From the recipe list, the user can select a recipe to view. If the recipe has related recipes (such as requisite sauces, fillings or condiments), the displayed recipe will include options to add the related recipes to the display

Edit the Recipe

From the recipe view, the user can choose to edit the recipe Selecting this option takes the user to a form, filled in with the recipe details. The user can change the details as required, then save the changed recipe.

Add a New Recipe

From the recipe list, the user can choose to Add a newrecipe Selecting this option takes the user to a form, empty of recipe details. The user can edit the details as required, then save them as a new recipe.

About: