This is a React component that displays detailed information about a trip, including activities, participants, and an invitation modal to invite friends via email.
- Display trip name, date, and budget.
- Show list of activities with time, category, and cost.
- Display list of participants.
- Invite friends with a simple modal popup form.
- Clean and responsive UI built with Tailwind CSS.
- Modal implemented with state toggling and email input validation.
Coming soon: Add screenshots of the component here.
- React
- Tailwind CSS
- React Icons
- Node.js and npm/yarn installed.
git clone https://github.com/your-username/trip-details-app.git
cd trip-details-app
npm install