/WardrobePal

A web app for managing clothing inventory and creating virtual outfits

Primary LanguageTypeScriptMIT LicenseMIT

A web app for managing clothing inventory and creating virtual outfits

WardrobePal

Tech Stack

Roadmap

  • 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

Running Locally

  1. Clone the repository

    git clone https://github.com/Raphico/WardrobePal
  2. Install dependencies using npm

    npm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    npm run dev