A modern search engine web app built with Vite, React, and TypeScript. Features include tag filtering, LLM-enhanced search, and a clean UI powered by Tailwind CSS.
- Fast, responsive search UI
- Tag-based filtering
- LLM (Large Language Model) enhanced search and summaries
- Modern React + TypeScript codebase
- Tailwind CSS styling
-
Clone the repository:
git clone <repo-url> cd fe-temu-search-engine
-
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn devOpen http://localhost:5173 in your browser.
To build for production:
npm run build
# or
yarn buildnpm run preview
# or
yarn previewsrc/- Main source code (pages, components, etc.)public/- Static assetsindex.html- Main HTML entry pointvite.config.ts- Vite configurationtsconfig.json- TypeScript configuration
The app fetches search results from:
http://api.temusearch.nabilmuafa.com/searchhttp://api.temusearch.nabilmuafa.com/llm/enhanced-search
MIT