/foogle

A simple search engine like Google

Primary LanguagePHP

Foogle- A Simple Search Engine


Foogle Homepage

One of the most complicated piece of software is a search engine! The very basis of a search engine is that there's a database and you search something in that database and results are laid out in the most logical format! Google is the most complicated search engine on planet and shows results based on a user's preferences like location,language,etc!

Foogle is however a much simpler version of Google - perhaps not even 1% but it has all the basic features that one might expect from a search engine like showing most relevant results in the top, images in a masonry, a pagination system (and maybe an infinite scroll for images).

Some glimpses of Foogle

        
Anima was used in all of these states

How to launch the web-app?

  1. Create a database foogle and set all your credentials in db_connect.php

  2. Execute the query foogle.sql

  3. Move the code to foogle folder in the main directory of root folder (i.e. public_html,etc)

Development

TODO