Web Application for Wardrobe, brand-drop reminders, and order tracking.
- Ben Bryant - DevOps Manager
- Chinonye Omeife - Lead Developer
- Abdul-Matin Adelekan - Project Manager
Web app where users manage a digital wardrobe, follow brands drops, and track orders. Tech: React, TypeScript, Tailwind CSS, Supabase, Gemini AI.
- Jira Board: https://blbb6m.atlassian.net/jira/software/projects/SCRUM/boards/1?atlOrigin=eyJpIjoiNTExNzM5NjZkMGZlNDFiOWI1OWVmODhjZmQwN2VlM2QiLCJwIjoiaiJ9
- Figma/Designs (optional): <ADD_LINK_HERE>
- Node.js (v18+)
- NPM or Yarn
-
Install Dependencies
npm install
-
Environment Setup Create a
.envfile in the root directory and add your keys:API_KEY=your_gemini_api_key SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key
-
Start Application
npm run dev
Open http://localhost:5173 to view it in the browser.