BargainHunt is a modern full-stack web app that compares product prices in real-time between Amazon and Flipkart, helping users find the best deals effortlessly.
- 🔍 Real-time product comparison (Amazon & Flipkart)
- 🧠 Smart search with AI-powered suggestions
- 📊 Price, rating, reviews, availability & more
- 🧾 Guides section for shopping tips and insights
- 👥 Moderation dashboard for adding verified products
- 💾 Persistent storage using PostgreSQL & Prisma
- 🧩 Modular frontend using reusable components
- 🌐 SEO-optimized and responsive UI
Layer | Technology |
---|---|
Frontend | Next.js + Tailwind CSS + Framer Motion |
Backend | Node.js + Next.js API Routes |
Database | PostgreSQL (via NeonDB) + Prisma ORM |
Hosting | Vercel (Frontend) + Render (Backend DB) |
Scraping | Custom logic + Normalized Product Schema |
Utilities | Zod , Recoil , Axios , Lucide Icons |
Ensure you have the following installed:
- Node.js (v18+)
- Git
- PostgreSQL (NeonDB recommended)
- A terminal or IDE like VSCode
git clone https://github.com/Urcodingbuddy/BargainHunt.git
cd BargainHunt