Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 893 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 893 Bytes

webGroupAssignment2

Online Resipe Manager

  1. Backend Database Functionality: Allow users to add, display, and remove recipes through a web interface. Store recipe information in a backend database.

  2. Search and Filtering: Enable users to search for recipes based on ingredients, cuisine, or dietary preferences.

  3. HTML Structure: Use semantically correct HTML to structure recipe pages and ingredients.

  4. User Registration Form: Create a user registration form for individuals to sign up and save their favorite recipes.

  5. Form Validation: Implement client-side form validation for the registration form using JavaScript, providing clear error messages.

  6. Dynamic Behavior: Modify the recipe pages dynamically based on user interactions, such as favoriting or rating recipes.

  7. Responsive Design: Ensure a responsive and user-friendly design for easy access on various devices.