FoodRight is a PHP-based content management system (CMS)
designed to help users explore, manage, and
organize recipes while promoting healthier eating habits.
App Link
FoodRight
Source code
Features:
- Browse and view a list of recipes
- Search recipes by keyword
- Filter recipes by category (e.g., Breakfast, Lunch, Dinner, Dessert)
- Sort recipes by title, created date, or updated date
- Pagination for easy navigation through recipes
- View detailed recipe pages (ingredients, instructions, cook time, servings)
- SEO-friendly URLs (/id/slug/)
- Responsive design for mobile and desktop
- Admin authentication system (login/logout)
- Create, update, and delete recipes (CRUD functionality)
- Image upload with placeholder fallback
- External API integration for importing recipes
Technologies Used:
- HTML5: Structure of the web pages
- CSS3: Styling and responsive layout (Flexbox)
- PHP: Server-side logic and application functionality
- PDO (PHP Data Objects): Secure database interactions
- MySQL: Relational database for storing recipes
- Apache (.htaccess): URL rewriting for SEO-friendly links
- XAMPP: Local development environment
- JSON API: Used to fetch external recipe data
- Git & GitHub: Version control and collaboration