A simple web app to add, view, and explore items with images. Built using Vite + React, Supabase for database, and Cloudinary for image storage.
- ✅ Add new items with:
- Name, Type, Description
- Cover image + multiple additional images
- ✅ View all added items
- ✅ View item details in a modal with image carousel
- ✅ Styled with Tailwind CSS
git clone https://github.com/your-username/item-hub.git
cd item-hub
npm install