Welcome to the Recipe Web App! This project is a simple and interactive web application that allows users to browse, search, and view various recipes. It's designed to be user-friendly and visually appealing, with the aim of making cooking fun and accessible for everyone.
- Recipe Search: Quickly find recipes by keywords.
- Responsive Design: Optimized for all devices including mobile, tablet, and desktop.
- Recipe Details: View detailed information about each recipe, including ingredients and instructions.
- Interactive UI: A clean and engaging user interface built with modern web technologies.
- Frontend:
- HTML, CSS, JavaScript
- Bootstrap (for responsive design)
- Backend:
- Django
- Database: SQLite
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/prabhakaryadav2003/Recipe-Web-App.git
- Navigate to the project directory:
cd Recipe-Web-App - Set up a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
- Run the development