Skip to content

Tripster web app users with the accommodation listings based on date range, number of guests, and location. Next.js incorporated with tailwind CSS helps make robust, pleasant-looking, and stable UI. The entire application is responsive and adapts devices with different aspect ratios. Server-side rendering is used to deliver high-quality templates.

Bhaumik182001/tripster-next

Repository files navigation

Tripster - Destination Booking Web Application

Live Demo: Tripster on Vercel

Tripster is a destination booking web application built with Next.js and React.js. The app provides accommodation listings based on search inputs like date range, number of guests, and location. Enhanced by Tailwind CSS, the application offers a robust, visually appealing, and stable UI that's responsive across devices. Continue reading to learn more about its features and the technologies involved.

BuzzBox Preview


Table of Contents


Live Demo

Visit the live demo here: Tripster on Vercel.


Features

  • User Authentication: Authenticate via Google, GitHub, or Discord.
  • Dynamic Searching: Listings based on date range, guests, and location.
  • Payment Processing: Integrated Stripe for secure transactions.
  • Real-time Mapping: Uses Mapbox for real-time location mapping.
  • Responsive Design: Adapts to various device aspect ratios.

Technologies

  • Next.js: For server-side rendering and robustness.
  • React.js: For building the user interface.
  • Stripe: For payment processing and verification.
  • Rapid API: Data sourcing based on search input.
  • Mapbox: Real-time mapping and location marking with react-map-gl.
  • JSONKeeper: Fallback data storage for API call exhaustion.
  • Imgur: Image asset management.
  • next-auth: User authentication.
  • Heroicons: SVG icon rendering.
  • TailwindCSS: Styling for performance and speed.
  • Vercel: Hosting and custom domain.

Installation

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/your-username/Tripster.git
  2. Navigate to the project directory:

    cd Tripster
  3. Install dependencies:

    npm install
  4. Set up environment variables:

    # .env file
    NEXT_PUBLIC_STRIPE_KEY=your_stripe_key
  5. Run the development server:

    npm run dev

Usage

Open http://localhost:3000 with your browser to see the app.

About

Tripster web app users with the accommodation listings based on date range, number of guests, and location. Next.js incorporated with tailwind CSS helps make robust, pleasant-looking, and stable UI. The entire application is responsive and adapts devices with different aspect ratios. Server-side rendering is used to deliver high-quality templates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published