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.
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.
- 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
Make sure you have the following installed:
- Node.js (version 14 or higher recommended)
- npm or yarn
Clone the repository and install dependencies:
git clone https://github.com/ShivamMathtech/makeyourtrip.git
cd makeyourtrip
npm install
# or
yarn installTo start the development server with Vite:
npm run dev
# or
yarn devVisit http://localhost:5173 to view the app in your browser.
npm run build
# or
yarn buildProduction-ready files will be in the dist folder.
makeyourtrip/
│
├── src/ # React source code
├── public/ # Static assets
├── index.html
├── package.json
├── vite.config.js
└── ...
- 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)
Contributions are welcome! To contribute:
- Fork the repo
- Create your feature branch:
git checkout -b feature/YourFeature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature - Open a pull request
This project is licensed under the MIT License.
Created by ShivamMathtech
⭐️ If you like this project, please star the repo!