Skip to content

sepana-io/lens-search-frontend

Repository files navigation

Searching the Lens protocol

Click here to search: https://lens.sepana.io/ Screen Shot 2022-03-27 at 4 16 35 PM

Search by content, keywords, hashtags, profiles, and more

  • Full-text search based on content. Parse by: All of these words, Exact phrase, Any of these words, and Hashtags
  • Search through profiles with bio keywords, from certain profiles and mentioning others, min followers posts
  • Filter by publications based on min Mirrors, Comments, and Collects
  • Select which Lens App to view content from
  • Filter using dates

Screen Shot 2022-03-27 at 4 23 00 PM

Explore a profile's social graph

Screen Shot 2022-03-27 at 4 24 19 PM

Easy sorting with Top, Recent, Profiles, Links, and Photo tabs

Screen Shot 2022-03-27 at 4 25 43 PM

How to spin up the frontend

Built with Typescript and React

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.