Skip to content

Searchify is a search engine app, powered by the Google Custom Search API, built with React and styled using Tailwind CSS.

License

Notifications You must be signed in to change notification settings

jayantghadge/searchify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searchify

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.

Features

  • 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.

Technologies

  • React
  • HTML
  • Tailwind CSS
  • Google Custom Search API

Links

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/searchify.git
  2. Navigate to the project directory:

    cd searchify
  3. Install dependencies:

    npm install

Usage

  1. 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
  2. Start the development server:

    npm start
  3. Open your browser and visit http://localhost:3000 to use Searchify.

Contributing

If you'd like to contribute to Searchify, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  3. Commit your changes and push to your fork:

    git commit -m "Add your feature"
    git push origin feature/your-feature-name
  4. Open a pull request on the original repository.

About

Searchify is a search engine app, powered by the Google Custom Search API, built with React and styled using Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published