over-geek / RecipeApp

MIT License
0 stars 0 forks source link

Feat/recipe new #15

Closed francksefu closed 5 months ago

francksefu commented 5 months ago

Create a navigation menu that allows users to open all of the pages you created.

Customize the layout by adding CSS styles

Improve the CSS styles of the whole App

Should display a list of recipes created by the logged-in user as in the wireframe. Should lead to recipe details. If the user is the owner of the recipe, should allow the user to delete it.

The application should display the form: Create a new recipe to the logged-in user, in which he can save a new recipe in the database. This form must have the following fields:

name (required) preparation time (required) cooking time (required) description (required) The app should display a Create Recipe button on the Recipes List page that allows the user to open the Create a new recipe page

Add authorization rules if necessary

Customize the layout by adding CSS styles