This project is part of the CS50 course, where I implemented different types of Google searches. It showcases various search methods and algorithms that can be experimented with in a web-based interface.
- Search Interface: A simple web interface allowing users to try different search types.
- Multiple Search Types: Different algorithms for searching content based on predefined criteria.
- Responsive Design: The project is designed to be accessible and responsive across various devices.
- index.html: The main landing page with the search functionality.
- advanced.html: A page with more advanced search options.
- image.html: A search page dedicated to image search.
- style.css: The stylesheet to style the various pages and components.
- A modern web browser (Chrome, Firefox, Safari, etc.)
- Clone or download the repository.
- Open the
index.html
file in your browser. - Use the different search types available to test and explore the functionality.
To try the search algorithms, simply open the corresponding HTML file in your browser and follow the instructions on the page.
For example, to try an image search, open image.html
and input your query.
This project is part of the CS50 course, and it's open-source for educational purposes. Please refer to the course license for more details.