A fun and interactive potluck planning app where family members can collaborate on meal planning and coordinate who brings what!
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema
ā ā āāā queries.ts # Database operations
ā āāā routes/
ā ā āāā api.ts # API endpoints
ā āāā index.ts # Main server entry point
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā ItemCard.tsx # Individual item display with edit/delete
ā ā āāā AddItemForm.tsx # Form to add new items
ā ā āāā NotesSection.tsx # Notes display and editing
ā ā āāā AdminPanel.tsx # Admin controls for data management
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
ā āāā style.css # Custom styles
āāā shared/
āāā types.ts # Shared TypeScript types
Click the āļø gear icon in the bottom-right corner to access admin functions:
ā ļø Warning: Admin actions cannot be undone!