Stop Guessing. Start Choosing Smarter.
AI-powered product comparison and recommendation platform. Compare laptops, analyze specifications, and receive personalized recommendations tailored to your needs.
| Layer | Technology |
|---|---|
| Frontend | React, TypeScript, Tailwind CSS, Framer Motion, Zustand |
| Backend | Node.js, Express.js, TypeScript |
| Database | MongoDB + Mongoose |
| AI | Google Gemini API |
| Auth | JWT + bcrypt |
| Charts | Recharts |
# Install dependencies
cd client && npm install
cd ../server && npm install
# Set up environment variables
cp server/.env.example server/.env
# Run development servers
cd client && npm run dev
cd server && npm run devMIT