The Virtual Recipe Book is a web application built with Django that allows users to manage their recipes. Users can register, log in, and perform CRUD (Create, Read, Update, Delete) operations on recipes, providing a simple yet functional way to organize personal culinary data.
- User authentication (registration and login).
- CRUD functionality for managing recipes.
- Django templates for a dynamic and user-friendly frontend.
- SQLite database for efficient data storage.
- Backend: Django Framework
- Database: SQLite
- Frontend: Django templates with HTML and CSS
- Django: Handles the core application logic, user authentication, and data management.
- SQLite: A lightweight database solution for storing user and recipe data.
- HTML templates integrated with Django for dynamic content rendering.
- Basic CSS for styling the pages.
- Designed to be simple and functional.
- No REST API or external integrations.
- Limited frontend interactivity without JavaScript.
- Basic styling, with room for improvement in UI/UX.
- Implement RESTful APIs for recipe sharing.
- Add advanced filtering and search options for recipes.
- Integrate a frontend JavaScript framework for a more interactive user experience.
- Expand the database to support additional recipe metadata, such as preparation time and dietary preferences.
- Raiyan Bin Atik
GitHub Profile