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.
- Host: GitHub
- URL: https://github.com/rohitpotato/easy-search
- Owner: rohitpotato
- Created: 2021-07-17T16:15:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T12:49:35.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T02:51:11.013Z (about 1 year ago)
- Topics: advanced-search, css, google, javascript, nextjs, react, reactjs, search, tailwindcss
- Language: JavaScript
- Homepage: https://easy-search.vercel.app
- Size: 657 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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


## 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
```