personal wordrobe
Cloz is a personal wardrobe management application built with Angular, Ionic, and Capacitor.
- User authentication (Login/Signup with email verification)
- Profile management (Edit name, email, gender, password, dark mode)
- Wardrobe organization (Categorize clothing items)
- Outfit planning
- Dark mode support
- Figma token integration for design consistency
- Angular 19
- Ionic 8
- Capacitor 7
- TypeScript
- Style Dictionary
- Figma Tokens Studio
# Install dependencies
npm install
# Generate tokens from Figma
npm run tokens
# Start development server
npm start
# Build for production
npm run buildsrc/app/pages/- Page componentssrc/app/core/- Core services and guardssrc/theme/- Theme and design tokenstokens/- Local design tokensscripts/- Build and sync scripts