An open API service indexing awesome lists of open source software.

https://github.com/rohitpotato/easy-search

Get specific results from Google by limiting sites, files, dates and more.
https://github.com/rohitpotato/easy-search

advanced-search css google javascript nextjs react reactjs search tailwindcss

Last synced: 4 months ago
JSON representation

Get specific results from Google by limiting sites, files, dates and more.

Awesome Lists containing this project

README

          

# Easy Search

Get specific results from Google by limiting sites, files, dates and more.

## Demo

https://easy-search.vercel.app/

## Screenshots

![App Screenshot](https://rohit-misc.s3.ap-south-1.amazonaws.com/desktop-preview.png)

![App Screenshot](https://rohit-misc.s3.ap-south-1.amazonaws.com/WhatsApp+Image+2021-07-30+at+9.32.57+PM.jpg)

## Tech Stack

NextJs, Tailwind CSS

## Run Locally

Clone the project

```bash
git clone https://github.com/rohitpotato/easy-search.git
```

Go to the project directory

```bash
cd easy-search
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```