This is a front-end demo for an AI-powered fashion outfit recommendation system. The application provides three key features:
- Chat-based outfit recommendations
- Community outfit sharing feed
- Digital wardrobe management
⚠️ This is a static front-end demo only. No backend or AI model is integrated.
- Ask fashion-related questions via a chat interface
- Upload your photo to get personalized outfit suggestions (3 image replies)
- Browse shared outfit photos
- Each card shows a picture and a brief caption
- Displays a sample wardrobe with categories
- You can browse your items like tops, pants, shoes, etc.
- React 18 + Vite
- Tailwind CSS for styling
- React Router DOM for navigation
# 1. Clone the repo
git clone https://github.com/maxzhangg/Style-Max-Demo.git
# 2. Install dependencies
npm install
# 3. Start the development server
npm run devThen open: http://localhost:5173
npm run build
npm run deploy.
├── public/ # Static images
├── src/ # React components and pages
│ ├── components/ # Navbar
│ └── pages/ # Chat, Community, Wardrobe
├── screenshots/ # UI screenshots
├── index.html
├── tailwind.config.js
├── postcss.config.js
├── package.json
└── ...


