# Travel_Website **Repository Path**: mijingling/Travel_Website ## Basic Information - **Project Name**: Travel_Website - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-12 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #

✨Travel Website✨

Typing SVG

![image](https://github.com/avanimathur/Travel_Website/assets/151984867/1024d506-92c6-4b35-a4ab-2d4eaca78199)

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat) ![Visitors](https://api.visitorbadge.io/api/visitors?path=apu52%2FTravel_Website%20&countColor=%23263759&style=flat) ![GitHub forks](https://img.shields.io/github/forks/apu52/Travel_Website) ![GitHub Repo stars](https://img.shields.io/github/stars/apu52/Travel_Website) ![GitHub last commit](https://img.shields.io/github/last-commit/apu52/Travel_Website) ![GitHub repo size](https://img.shields.io/github/repo-size/apu52/Travel_Website) ![Github](https://img.shields.io/github/license/apu52/Travel_Website) ![GitHub pull requests](https://img.shields.io/github/issues-pr/apu52/Travel_Website)

Hi there👋, Enjoy the World of Open source contribution

Hello Coders!!👨‍💻
I am Arpan Chowdhury, an aspiring Web developer🤖. Here is the project on front-end Web Development.

Table of Contents🧾

- [Overview📌](#overview) - [Features🌟](#features) - [Technology Used🚀](#technology-used) - [Open-Source-Programmes⭐](#open-source-programmes) - [Getting Started💥](#getting-started) - [Contributing Guidelines📑](#contributing-guidelines) - [Code Of Conduct📑](#code-of-conduct) - [Project Admin⚡](#project-admin) - [Contributing is fun🧡](#contributing-is-fun)

Overview📌

This repository contains my project on a Travel Website✈️ using HTML, CSS and JavaScript. It features a landing page for a travel tour company website. Finding the perfect travel destination can be a challenge. This project aims to streamline that process🚤. We welcome all contributions to make this a fantastic resource for travelers. Jump in and contribute to this grand project! Read the guidelines📚 and get started building!

Live Demo

Check out the live project [here](https://apu52.github.io/Travel_Website/).

Live Demo

## Features🌟 - **🌐 Introductory Page** Welcomes visitors with an engaging overview, setting the tone for exploratio. - **📍 Top Destinations**: Highlights popular travel spots with captivating images and detailed descriptios. - **✈️ Best Trip Packages**: Offers curated travel packages tailored to various interests and budgets, complete with itineraries and pricig. - **📸 Trip Gallery**: Showcases memorable moments from past trips in a visually appealing gallry. - **📞 Contact Us Pag**: Provides essential contact information and inquiry forms for easy communicaion. - **🗺️ Plan a Trp**: Assists users in planning their journeys with suggested destinations and pacages. - **🔐 Login/SigUp**: Enables users to create accounts and access personalized fetures. - **🧭 Adventure & Cultural Experieces**: Offers specialized pages for adventure seekers and cultural enthsiasts. - **💖 Honeymoon Pacages**: Presents romantic getaway options for nwlyweds. - **💰 Pricin Page**: Details various pricing options for different travelpackages. - **🧳 To Deals**: Highlights the best travel deals available, ensuring valuefor money. - **🌍 Dedicated Destnations**: Provides in-depth information on specific destinations to help travelers make infored choices.

Technology Used🚀

Back To Top

Open-Source-Programmes⭐

### This project is now OFFICIALLY accepted for image image ### This project was part of following Open Source Programs ![image](https://github.com/user-attachments/assets/81a0a103-8946-4c3c-a393-b965438b5549) ![image](https://github.com/user-attachments/assets/f6cb8621-38e0-48bd-a20d-5a406692d4af) ![image](https://github.com/user-attachments/assets/4aa69dee-1d15-4d29-b5c8-f42613a925e9)
GSSOC
GSSOC
GSSOC
GSSOC
GSSOC
VSOC
JWOC

Getting Started💥

Local Installation video

[video](https://drive.google.com/file/d/1LsBudIUtZLDMSlmBDdOfT001QRqGBSbN/view?usp=sharing) ## How to make a Pull Request? **1.** Start by forking the [**Travel_Website**](https://github.com/apu52/Travel_Website) repository. Click on the symbol at the top right corner. **2.** Clone your forked repository: ```bash git clone https://github.com//Travel_Website ``` **3.** Navigate to the new project directory: ```bash cd Travel_Website ``` **4.** Set upstream command: ```bash git remote add upstream https://github.com/apu52/Travel_Website ``` **5.** Create a new branch: ```bash git checkout -b YourBranchName ``` or ```bash git branch YourBranchName git switch YourBranchName ``` **6.** Sync your fork or local repository with the origin repository: - In your forked repository click on `Fetch upstream`. - Click `Fetch and merge`. ### Alternatively, Git CLI way to Sync forked repository with origin repository: ```bash git fetch upstream ``` ```bash git merge upstream/main ``` ### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing **7.** Make your changes to the source code. **8.** Stage your changes and commit: ⚠️ **Make sure** not to commit `package.json` or `package-lock.json` file ⚠️ **Make sure** not to run the commands `git add .` or `git add *`. Instead, stage your changes for each file/folder ```bash git add file/folder ``` ```bash git commit -m "" ``` **9.** Push your local commits to the remote repository: ```bash git push origin YourBranchName ``` **10.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)! **Congratulations! You've made your first contribution! 🙌🏼**

Back To Top

Contributing Guidelines📑

To learn about our development process, how to propose bug fixes and improvements of our project please read our [Contributing Guidelines.](https://github.com/apu52/Travel_Website/blob/main/CONTRIBUTING.md)

Code Of Conduct📑

This project and everyone participating in it are governed by the [Code of Conduct](https://github.com/apu52/Travel_Website/blob/main/Code_of_conduct.md). By participating, you are expected to uphold this code.

Show some ❤️  by giving to this repository.

# Project Admin⚡

Arpan Chowdhury

## Contributing is fun🧡

## Acknowledgements Thank you to all the amazing contributors who have made this project possible! 💝



## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

License: MIT

Back To Top