Searchify is a custom search engine application built using React, HTML, and Tailwind CSS. It allows users to perform web searches and provides search results using the Google Custom Search API.
- Perform web searches similar to popular search engines.
- Display search results using the Google Custom Search API.
- Responsive design for various screen sizes.
- User-friendly and intuitive interface.
- React
- HTML
- Tailwind CSS
- Google Custom Search API
- Live Site URL: https://searchify-jayantghadge.vercel.app
-
Clone the repository:
git clone https://github.com/your-username/searchify.git
-
Navigate to the project directory:
cd searchify
-
Install dependencies:
npm install
-
Create a
.env
file in the project root directory and add your Google Custom Search API credentials:REACT_APP_API_KEY=your-api-key REACT_APP_API_CX=your-custom-search-engine-id
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to use Searchify.
If you'd like to contribute to Searchify, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Commit your changes and push to your fork:
git commit -m "Add your feature" git push origin feature/your-feature-name
-
Open a pull request on the original repository.