ReWear is a modern, community-driven clothing exchange platform that makes sustainable fashion fun and easy. List your unused clothes, earn points, and swap for new styles with others—no money needed!
- Modern, Responsive UI — Beautiful, mobile-friendly design
- Image Upload — Add photos to your items for better swaps
- Points System — Earn points for listing, spend points to redeem
- Admin Approval — Quality control for all listed items
- Live Dashboard — Track your points, items, and swaps
- Sustainability Focus — Reduce waste and join a green community
👉 Click here to watch the full demo video
rewear/
backend/
src/
main.py # Flask app entry point
models/ # SQLAlchemy models
routes/ # API endpoints
database/app.db # SQLite database
requirements.txt # Python dependencies
frontend/
index.html # Main HTML entry point
static/
favicon.ico
script.js
styles.css
uploads/ # Uploaded images
README.md # Project documentation
