Welcome to the Recipe App! This application allows users to browse, add, and view recipes conveniently.
- Frontend: HTML5, CSS3, JavaScript, Bootstrap
- Backend: PHP, MySQL
- Other Tools: Git, GitHub (for version control)
User Registration and Authentication:
- Users can register with their email and password. Authentication ensures secure access to user-specific features.
Recipe Management:
- Users can add new recipes, including title, description, ingredients, and instructions. Recipes are stored in a MySQL database for persistence.
Recipe Viewing:
- Each user can view their added recipes in a personalized dashboard. Recipes are displayed with images and detailed descriptions.
Responsive Design:
- The app is designed to be responsive, ensuring a seamless experience across devices.
To run the Recipe App locally:
- Clone the repository from GitHub:
Copy code
Set up the database:
- Import the SQL schema (recipe_app.sql) into your MySQL database.
Configure the database connection:
- Update the database credentials in config.php.
Start a PHP server or use a local development environment like XAMPP or MAMP. Access the application through your web browser:
Copy code
- Register a new account or log in if you already have one.
- Add new recipes by filling out the form with required details.
- View your added recipes in the dashboard.
- Edit or delete recipes as needed.