Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 643 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 643 Bytes

Easy Search

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

Demo

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

Screenshots

App Screenshot

App Screenshot

Tech Stack

NextJs, Tailwind CSS

Run Locally

Clone the project

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

Go to the project directory

  cd easy-search

Install dependencies

  npm install

Start the server

  npm run dev