Skip to content

ShivamMathtech/makeyourtrip

Repository files navigation

MakeYourTrip

Welcome to MakeYourTrip!

This repository contains the source code for MakeYourTrip, a travel-related web application designed to help users discover destinations, manage trips, and book travel services—all through a fast, modern web experience.

Overview

MakeYourTrip is a web application that aims to provide:

  • Destination and travel package discovery
  • Booking for hotels, flights, and activities
  • Itinerary management
  • Price comparisons
  • A responsive, user-friendly interface

The project is built using Vite as the build tool and React for the front-end, ensuring super-fast development and optimal performance.

Features

  • Search for travel destinations and packages
  • Book hotels, flights, and activities
  • Manage itineraries and bookings
  • Compare prices across providers
  • Lightning-fast load times and live reload (thanks to Vite)
  • User-friendly React-based UI

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (version 14 or higher recommended)
  • npm or yarn

Installation

Clone the repository and install dependencies:

git clone https://github.com/ShivamMathtech/makeyourtrip.git
cd makeyourtrip
npm install
# or
yarn install

Running the Application

To start the development server with Vite:

npm run dev
# or
yarn dev

Visit http://localhost:5173 to view the app in your browser.

Building for Production

npm run build
# or
yarn build

Production-ready files will be in the dist folder.

Project Structure

makeyourtrip/
│
├── src/        # React source code
├── public/     # Static assets
├── index.html
├── package.json
├── vite.config.js
└── ...

Technologies Used

  • Vite – Next-generation frontend tooling
  • React – Library for building user interfaces
  • JavaScript or TypeScript (if your project uses TS)
  • [Other libraries] – (e.g., React Router, state management, UI kits – update as appropriate)

Contributing

Contributions are welcome! To contribute:

  1. Fork the repo
  2. Create your feature branch: git checkout -b feature/YourFeature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request

License

This project is licensed under the MIT License.

Contact

Created by ShivamMathtech


⭐️ If you like this project, please star the repo!

About

Live Prview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages