Skip to content

Modern React-based search interface with AI capabilities. Features a responsive design with dark mode, built using React 18 and TailwindCSS. Part of the LlamaSearch project, complementing the backend service for an enhanced AI search experience.

License

Notifications You must be signed in to change notification settings

sayedRaheel/LlamaSearch-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LlamaSearch Frontend 🦙

Frontend for LlamaSearch - AI-powered search interface. Built with React and TailwindCSS. (Backend code is in a separate repository)

LlamaSearch

Tech Stack (Frontend)

  • React 18.2.0
  • TailwindCSS 3.4.15
  • Lucide React for icons

Quick Start

  1. Install
npm install
  1. Set Environment
# Create .env file
REACT_APP_API_URL=your_backend_url  # Point to your backend service
  1. Run
npm start

Deploy Frontend on Render

  1. Push to GitHub
  2. Create new Static Site on Render.com
  3. Configure:
    • Build Command: npm install && npm run build
    • Publish Directory: build
    • Add Environment Variable: REACT_APP_API_URL

Features

  • Modern Search UI
  • Real-time Results
  • Mobile Responsive
  • Dark Mode

Project Structure

src/
├── App.js       # Main UI component
├── index.js     # Entry point
└── styles.css   # Global styles & animations

Note

This is the frontend repository. Backend code and deployment instructions are in a separate repository.

License

MIT License

Copyright (c) 2024 LlamaSearch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Modern React-based search interface with AI capabilities. Features a responsive design with dark mode, built using React 18 and TailwindCSS. Part of the LlamaSearch project, complementing the backend service for an enhanced AI search experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published