Demo: https://trips.guilhermekaua.tech/
Trips is a web application developed using Next.js and TailwindCSS, offering a simple travel scheduling system. Users can browse available trips, book their desired journeys, and view all their scheduled trips.
The Trips application allows users to:
- Explore various destinations and dates
- View detailed information and photos of locations
- Book trips with just a few clicks
The application is responsive, adapting seamlessly to different screen sizes and devices, ensuring an intuitive and pleasant browsing experience.
Note: This is a personal project developed to practice web development skills; therefore, a payment system has not been implemented.
- User-friendly interface for browsing and booking trips
- Responsive design for optimal viewing on various devices
- Integration with a backend API for data management
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/guikaua12/trips.git cd trips
-
Install dependencies:
npm install
yarn
-
Start the development server:
npm run dev
yarn dev