🔗 Live Website: https://rewear01.vercel.app
| Name | |
|---|---|
| Tushar Biswas | tb9603@srmist.edu.in |
| Azam Ali | aa1721@srmist.edu.in |
| Karthik Valmiki | kv6640@srmist.edu.in |
| Ayandip Giri | ag0111@srmist.edu.in |
Welcome to ReWear, a sustainable fashion swapping platform that gives pre-loved clothes a second life.
This project was built as part of Odoo Hackathon '25, with the goal of encouraging circular fashion through community swapping.
- 🌟 Featured Items carousel with ratings, points, and swap options
- 🔎 Browse Items page with pre-loved product listings
- 👤 User Dashboard for managing listings and purchases
- 🧵 Product Detail Page with availability, condition, and descriptions
- 🛠️ Admin Panel for managing users, orders, and listings
- 📱 Responsive UI built with Tailwind CSS and shadcn/ui
- 🔐 Auth-ready header with Sign In/Register
| Tool | Description |
|---|---|
| ⚡ Vite | Lightning-fast dev environment |
| ⚛️ React | UI framework |
| 🛡 TypeScript | Type-safe development |
| 🎨 Tailwind CSS | Utility-first CSS framework |
| 🌱 shadcn/ui | Beautiful, accessible components |
| 📦 Lucide Icons | Icon library used in UI |
Requires: Node.js (we recommend using it via nvm)
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory
cd <YOUR_PROJECT_NAME>
# Step 3: Install dependencies
npm install
# Step 4: Start the development server
npm run dev