https://github.com/raphico/wardrobepal
A web app for managing clothing inventory and creating virtual outfits
https://github.com/raphico/wardrobepal
clerk convex konvajs nextjs shadcn-ui
Last synced: 7 months ago
JSON representation
A web app for managing clothing inventory and creating virtual outfits
- Host: GitHub
- URL: https://github.com/raphico/wardrobepal
- Owner: Raphico
- License: mit
- Created: 2024-03-12T19:17:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T23:13:28.000Z (over 1 year ago)
- Last Synced: 2025-01-19T12:14:27.869Z (9 months ago)
- Topics: clerk, convex, konvajs, nextjs, shadcn-ui
- Language: TypeScript
- Homepage: https://wardrobe-pal.vercel.app
- Size: 822 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WardrobePal](https://wardrobe-pal.vercel.app/)
A web app for managing clothing inventory and creating virtual outfits
[](https://wardrobe-pal.vercel.app/)
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **User Management:** [clerk](https://clerk.com/)
- **Baas:** [Convex](https://www.convex.dev/)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Canvas:**: [Konva](https://konvajs.org)## Roadmap
- [x] Project setup
- [x] SEO optimization
- [x] add landing page
- [x] setup convex
- [x] Implement authentication with clerk
- [x] Develop wardrobe page with CRUD operations for clothing items
- [x] Update worn count for each item
- [x] Develop outfit page with CRUD operations for outfit## Running Locally
1. Clone the repository
```bash
git clone https://github.com/Raphico/WardrobePal
```2. Install dependencies using npm
```bash
npm install
```3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```4. Start the development server
```bash
npm run dev
```