Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.46 KB

Demo: https://trips.guilhermekaua.tech/

Trips

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.

Table of Contents

Introduction

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.

Features

  • User-friendly interface for browsing and booking trips
  • Responsive design for optimal viewing on various devices
  • Integration with a backend API for data management

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/guikaua12/trips.git
    cd trips
  2. Install dependencies:

    Using npm:
    npm install
    Or using yarn:
    yarn
  3. Start the development server:

    Using npm:
    npm run dev
    Or using yarn:
    yarn dev