Foodle: Search for recipes on the web!

Foodle was based on an Object Oriented PHP course by Reece Kenney "Build a google search engine clone". The general was to build a web crawler, store results in a mySQL database and then allow users to search the DB for what ever they want to find; a simplified version of Google.

I decided to name the app Foodle as I love food! This app is in developement so it has currently only scrolled a few sites like bbcgoodfood.com and hellofresh. Ultimately the app will show users resluts for recipes (presented just like google) based on searching for certain ingredients. It will also show users images of food and allow them to jump directly to that site.

The app is built in Object Oriented PHP and features pagination system, web crawling, database ranking links based on likes etc.