A simple shopping list application built with Next.js and Supabase.
- Create and manage shopping lists
- Save lists to database
- View all saved shopping lists
- Clear list with confirmation
- Modern, responsive design
- Next.js
- React
- Supabase
- ESLint
shopaholic/
├── app/ # Main application code
├── components/ # Reusable components
├── context/ # Theme provider
├── hooks/ # Custom hooks
└── utils/ # Utility functions
- Install dependencies
npm install
- Run dev server
npm run dev
- Build for production
npm run build
npm start
Minimal Next.js app using the App Router (no src folder).
Commands:
- npm install
- npm run dev
Open http://localhost:3000 after running the dev server.