Skip to content

๐Ÿš€ Welcome๐ŸŒˆ , This repo is officially accepted for ๐ŸŒŸKWOC 2024๐ŸŒŸ & ๐ŸŒŸSWOC 2025๐ŸŒŸ This repo contains my project on Travel Website โœˆ๏ธ using HTML,CSS . It contains the landing page of a travel tour company website. If you have any front end project on this or you can add new features in the project or in this repos.

License

Notifications You must be signed in to change notification settings

apu52/Travel_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โœจTravel Websiteโœจ

Typing SVG

image

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub last commit GitHub repo size Github GitHub pull requests

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๐Ÿ“Œ

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.

Live Demo

Features๐ŸŒŸ

  • ๐ŸŒ Introductory Page: Welcomes visitors with an engaging introductory page that highlights the essence of our travel website and sets the tone for exploration.

  • ๐Ÿ“ Top Destination Page: Showcases top travel destinations with captivating imagery, detailed descriptions, and essential information to inspire and inform visitors.

  • โœˆ๏ธ Best Trip Packages: Presents the best trip packages tailored to different interests and budgets, complete with itinerary details, pricing, and booking options for seamless travel planning.

  • ๐Ÿ“ธ Our Trip Gallery: Curates a visually stunning gallery showcasing memorable moments and experiences from our trips, enticing visitors to embark on their own adventures. Includes interactive features such as user comments.

  • ๐Ÿ“ž Contact Us Page: Provides a user-friendly contact page with essential contact information, inquiry forms, and interactive maps for visitors to reach out and engage with our travel company effortlessly.

Technology Used๐Ÿš€

Back To Top

Open-Source-Programmesโญ

This project is now OFFICIALLY accepted for

image

GSSOC

This project was part of following Open Source Programs

GSSOC
GSSOC
GSSOC
GSSOC
VSOC
JWOC

Getting Started๐Ÿ’ฅ

Local Installation video

video

How to make a Pull Request?

1. Start by forking the Travel_Website repository. Click on the symbol at the top right corner.

2. Clone your forked repository:

git clone https://github.com/<your-github-username>/Travel_Website

3. Navigate to the new project directory:

cd Travel_Website

4. Set upstream command:

git remote add upstream https://github.com/apu52/Travel_Website

5. Create a new branch:

git checkout -b YourBranchName

or

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:

git fetch upstream
git merge upstream/main

Github Docs 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

git add file/folder
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create 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.

Code Of Conduct๐Ÿ“‘

This project and everyone participating in it are governed by the Code of Conduct. By participating, you are expected to uphold this code.


Show some โค๏ธย  by giving to this repository.

Project Mentor


Ayushmaan Singh


Krishnendu Dasgupta


Ekta Chaudhary


Ghanshyam Prajapati

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 file for more details.

License: MIT

Back To Top

About

๐Ÿš€ Welcome๐ŸŒˆ , This repo is officially accepted for ๐ŸŒŸKWOC 2024๐ŸŒŸ & ๐ŸŒŸSWOC 2025๐ŸŒŸ This repo contains my project on Travel Website โœˆ๏ธ using HTML,CSS . It contains the landing page of a travel tour company website. If you have any front end project on this or you can add new features in the project or in this repos.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published