A web app for managing clothing inventory and creating virtual outfits
- Framework: Next.js
- Styling: Tailwind CSS
- User Management: clerk
- Baas: Convex
- UI Components: shadcn/ui
- Canvas:: Konva
- Project setup
- SEO optimization
- add landing page
- setup convex
- Implement authentication with clerk
- Develop wardrobe page with CRUD operations for clothing items
- Update worn count for each item
- Develop outfit page with CRUD operations for outfit
-
Clone the repository
git clone https://github.com/Raphico/WardrobePal
-
Install dependencies using npm
npm install
-
Copy the
.env.example
to.env
and update the variables.cp .env.example .env
-
Start the development server
npm run dev