Raphico / WardrobePal

A web app for managing clothing inventory and creating virtual outfits

Home Page:https://wardrobe-pal.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A web app for managing clothing inventory and creating virtual outfits

https://wardrobe-pal.vercel.app

License:MIT License


Languages

Language:TypeScript 95.1%Language:JavaScript 3.9%Language:CSS 1.0%