A React application for browsing and selecting drinks, built with Chakra UI for a polished, responsive interface.
- Browse a collection of drinks with images
- Search drinks by name
- View drink details in a modal
- Select and manage drink choices
- Responsive card-based layout
- React 18 for the UI
- Chakra UI for component styling
- Framer Motion for animations
- Vite for fast development and bundling
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildsrc/
├── App.jsx
├── components/
│ ├── DrinkChoice.jsx
│ ├── DrinkItem.jsx
│ ├── DrinkList.jsx
│ ├── DrinkSearch.jsx
│ ├── DrinkSelectModal.jsx
│ └── UI/
│ ├── Button.jsx
│ └── TextInput.jsx
└── utils/
├── data.js # Drink dataset
└── images/ # Drink photos