A travel planning web application that helps users plan trips by providing hotel bookings, rental cars, tour guides, and restaurants. The platform also supports trip planning features and intelligent route suggestions.
- Next.js
- TypeScript
- Tailwind CSS
- Browse Services & Trips - Search available hotels, rental cars, tour guides, restaurants, and publicly shared trips.
- Book Services - Book available services such as hotels, rental cars, guides, and restaurants.
- Comments & Ratings – Leave comments and rate services you have booked.
- Plan Trips - Create personalized trips by selecting travel dates, times, and the services involved.
- Route Suggestions - Select destinations and add stops to generate optimized travel routes.
- User Accounts – Register, log in, manage profile.
- Clone the repository
git clone https://github.com/jueeeeeen/Tripmate-frontend.git
- Navigate into the folder
cd Tripmate-frontend - Install dependencies
npm install
This frontend works with the backend API available at: https://github.com/tawan123456789/Tripmate-backend
-
Run the project
npm run dev -
Open your browser and visit
http://127.0.0.1:3000/


