Welcome to the Cooking Recipe Website β a simple and functional web application built using PHP, HTML, CSS, and JavaScript. This project provides a platform to display and explore a variety of cooking recipes dynamically using PHP backend logic.
This repository contains the source code for a cooking recipe website created with PHP. You can use it to learn how to structure a basic PHP application, manage views, and serve recipe data dynamically. The website features different recipes categorized and displayed from PHP code.
- π Dynamic recipe pages using PHP
- π₯ Multiple recipe listings
- π§βπ³ Easy-to-edit codebase for customization
- π¨ Frontend styled with HTML, CSS, and JavaScript
- π² Browse and view recipes
- π Search recipes by name or ingredients
- β€οΈ Like and save recipes
- β Rate recipes
- π₯ Follow users and view followers/following
- π€ User profile with activity overview
- π Add and manage recipes
- π¨ Clean and responsive UI
- β‘ Fast and lightweight PHP backend
To run this website locally:
-
Clone the repository
git clone https://github.com/krishpansara/php.git
-
Navigate to the project folder
cd php -
Serve using a local PHP server
php -S localhost:8000
-
Open your browser and visit:
http://localhost:8000
- PHP 7.0 or higher
- Web server (XAMPP / WAMP / MAMP) or PHP built-in server
- Web browser (Chrome, Firefox, Edge)
- Git (optional, for cloning repository)
- Minimum 2GB RAM
- Any system capable of running PHP
- Internet connection (for cloning the repository)
- Open the homepage to view available recipes
- Search recipes using the search bar
- Like and save recipes for later use
- Rate recipes based on your experience
- Follow other users to see their recipes
- View followers and following list in your profile
- Modify recipe content directly in PHP files (admin/developer)
- Add new recipe pages as needed
- Customize UI using CSS
- Extend the project with database support if required