A sustainable clothing swap platform that empowers users to exchange clothes, reduce fashion waste, and join a conscious community. Built with React (Vite) for the frontend and Node.js/Express/MongoDB for the backend.
- User registration, login, and JWT authentication
- Add, browse, and swap clothing items
- Image upload for item listings
- Admin dashboard (for users with
.rewearin their email) - User dashboard with profile, listings, and swap history
- Responsive, modern UI with TailwindCSS
- React + Vite
- TailwindCSS v3.4.3
- PostCSS + Autoprefixer
- Node.js + Express
- MongoDB (Mongoose ODM)
- JWT Authentication
- bcryptjs for password hashing
- Multer for image uploads
- CORS enabled