Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1 KB

File metadata and controls

40 lines (26 loc) · 1 KB

🌴 Trip Details Management App

This is a React component that displays detailed information about a trip, including activities, participants, and an invitation modal to invite friends via email.

✨ Features

  • 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.

📸 Screenshots

Trip Details Screenshot

Coming soon: Add screenshots of the component here.

🛠️ Tech Stack

  • React
  • Tailwind CSS
  • React Icons

📁 Folder Structure

🚀 Getting Started

Prerequisites

  • Node.js and npm/yarn installed.

Installation

git clone https://github.com/your-username/trip-details-app.git
cd trip-details-app
npm install