Skip to content

This repository aims to contain a software that is able to track your favourite recipes.

Notifications You must be signed in to change notification settings

DidierRLopes/RecipesProgram

Repository files navigation

Recipe

This repository aims to contain a software that is able to track your favourite recipes.

Below we will display the interfaces used, and a quick summary of their functionalities.

recipesMenu

The first menu bar, depicted above, allowed to: Add; Visualize; Edit; and Remove recipes.

When adding a recipe, the following window will be displayed.

novaReceitaCategoria

This allows to add both a recipe, and a category (i.e. the "Tiramisu" recipe would be within "Desserts" category).

The recipe content would include:

  • Name of the recipe
  • Ingredients
  • Preparation
  • Comment

When visualizing a recipe, the following window will be displayed.

verReceitas

Where the recipe dialog box would prompt the recipes based on the category chosen on its left. Then, after selecting a recipe, the ingredients, preparation and comment would be filled out.

When editing a recipe, the following window will be displayed. This is similar to the visualization window, with the difference that the text boxes are editable, and, therefore, the recipe can be improved.

modifyRecipe

Note, that throughout the program there are Message Dialog boxes (as shown above) that tell the user whether the recipe has been successfully (or not) edited, added or removed.

Finally, in order to remove a recipe, the following window would be displayed. Where you can either delete a single recipe, or the entire category.

removerReceita

All the recipe database is handled in the most robust possible way :) with plain text files, obviously.

About

This repository aims to contain a software that is able to track your favourite recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages