About this Project
Developed a full-stack Django web application for creating, managing, and discovering recipes with a clean responsive user interface Implemented complete CRUD operations where users can create, view, edit, and delete their own recipes with proper ownership checks Built an image upload feature with server-side form validation ensuring only valid image formats and sizes are accepted Added recipe search functionality allowing users to find recipes by name using Django ORM query matching Implemented category-based filtering so users can browse recipes by type such as breakfast, lunch, dinner, and dessert Designed a fully responsive Bootstrap 5 dashboard that works across desktop, tablet, and mobile screens Used Django ORM for all database operations with clean model relationships between recipes, categories, and users