This is a simple web application for managing and sharing recipes. Users can add, edit, and delete recipes, as well as view recipes added by other users. The main idea was to create a place where anyone can find recipes and how to make any food from different parts of the world, all you need is the ingredients and the step-by-step process.
https://flavio13lins.github.io/recipes-4u/
- Add Recipe: Users can add their own recipes by providing details such as name, origin, type, ingredients, and steps.
- Edit Recipe: Recipes can be edited to update any details or instructions.
- Delete Recipe: Users can delete recipes they no longer wish to keep.
- View Recipes: All recipes are displayed on the main page for users to browse through.
- Responsive Design: The application is designed to work well on various screen sizes, including mobile devices.
To use the application, simply open the page. From there, you can:
- Click on "Add Your Recipe" to create a new recipe.
- Click on a recipe card to view its details.
- Click on "Edit" to modify a recipe.
- Click on "Delete" to remove a recipe.
- DaisyUI: Provides styling for components like buttons and forms.
- Tailwind CSS: A utility-first CSS framework used for styling.
index.html
: Main HTML file containing the structure of the web page and script references.script.js
: JavaScript file containing functions for interacting with recipes (adding, editing, deleting).README.md
: This file, containing information about the project.
Contributions are welcome! If you'd like to contribute to the project, feel free to fork the repository and submit a pull request with your changes.