A responsive React app for showcasing premium digital products, adding items to a cart, and simulating a checkout flow.
- Product showcase with pricing and feature highlights
- Add-to-cart and remove-from-cart interactions
- Duplicate cart protection with toast notifications
- Simple checkout flow with cart reset
- Responsive layout built with Tailwind CSS and DaisyUI
- React
- Vite
- Tailwind CSS
- DaisyUI
- React Toastify
- Lucide React
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- Preview the production build:
npm run preview