A lightweight, customizable React component for Zora profile search integration.
Lora Search Profile is a powerful and flexible React application that allows developers to quickly implement a user-friendly profile search functionality for Zora. It's designed to be easily integrated into existing Next.js projects and provides a seamless way to search and display Zora user profiles.
-
Clone the repository:
git clone git@github.com:SweetmanTech/lora-search-profile.git cd lora-search-profile
-
Install dependencies:
npm install
or
yarn
-
Run the development server:
npm run dev
or
yarn dev
-
Open http://localhost:3000 with your browser to see the result.
-
Customize the SearchBarPage component in your project as needed.
- Versatile Search: Search for Zora profiles using 0x... addresses, ENS names, or Zora usernames.
- Real-time Results: See instant previews of search results in a customizable dropdown.
- Responsive Design: Fully responsive with built-in accessibility features.
- Customizable UI: Easy to style and adapt to your project's design system.
- Efficient API Integration: Utilizes the myco.wtf API for fast and reliable profile data retrieval.
- TypeScript Support: Built with TypeScript for improved developer experience and type safety.
- Next.js Ready: Optimized for use with Next.js 14 and later versions.
Lora Search Profile uses the myco.wtf API to fetch Zora profile data. The API calls are handled internally, providing a seamless experience for developers.
You can easily customize the appearance of the search component by modifying the provided Tailwind CSS classes or overriding them
This project is licensed under the MIT License - see the LICENSE.md file for details