Harshitazz / intern-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

Description

This project aims to replicate the functionality of the Google Search JSON API using React.js. It allows users to perform searches and display search results similar to Google's search engine.

Technologies Used

React.js HTML CSS FontAwesome (for icons)

Folder Structure

google-clone-react-api/ │ ├── src/ │ ├── pages/ │ │ ├── Body.js │ │ └──SearchResult.js | |── components/ │ │ └── Input.js │ ├── App.js │ ├── index.js │ └── ... │ ├── public/ │ └── index.html │ └── ...

Frontend Implementation

App Component: Entry point of the application. Body Component: Renders the search input and handles user interactions. SearchResult Component: Displays search results fetched from the Google Search JSON API.

API Integrationn

The project integrates with the Google Custom Search API to fetch search results. API requests are made from the frontend using fetch() or axios. API responses are processed and displayed in the SearchResult component.

Styling and UI/UX Design

The application's UI/UX design follows the style of Google's search page. Styling is done using CSS, and FontAwesome is used for icons. The design focuses on usability and user experience.

Future Enhancements

Implement pagination for search results. Add support for advanced search features (e.g., filtering, sorting). Improve performance and accessibility. Enhance UI/UX with additional features and animations.

Contributing

Hrashita pathak

Acknowledgements

Special thanks to Google for providing the Google Custom Search API. Inspired by the Google search engine.

About


Languages

Language:JavaScript 60.3%Language:CSS 27.1%Language:HTML 12.6%