Wardrobe Wise is an intelligent digital closet and outfit matching application. Built with React and TypeScript, it features a custom matching engine that algorithmically pairs clothing items based on color theory, style, and seasonal appropriateness.
- 🧠 Algorithmic Matching Engine: Suggests complete outfits based on color coordination and style compatibility using a custom TypeScript engine.
- 👕 Digital Closet Management: Easily categorize, store, and organize all of your clothing items digitally.
- 👤 Interactive Avatar Preview: Visualize how different pieces of clothing look together before you put them on.
- 🎨 Beautiful UI/UX: Built using modern design principles with Shadcn UI and Tailwind CSS for a seamless, accessible user experience.
- Framework: React + Vite
- Language: TypeScript
- Styling: Tailwind CSS & Shadcn UI
- State Management: React Hooks
- Icons: Lucide React
To run this project locally on your machine:
-
Clone the repository:
git clone https://github.com/Navaneethan-P/wardrobe-wise.git
-
Navigate into the directory:
cd wardrobe-wise -
Install dependencies:
npm install
-
Start the development server:
npm run dev
Open http://localhost:5173 in your browser to see the application!