Hello Coders!!👨💻
I am Arpan Chowdhury, an aspiring Web developer🤖. Here is the project on front-end Web Development.
- Overview📌
- Features🌟
- Technology Used🚀
- Open-Source-Programmes⭐
- Getting Started💥
- Contributing Guidelines📑
- Code Of Conduct📑
- Project Admin⚡
- Contributing is fun🧡
This repository contains my project on a Travel Website
Check out the live project here.
-
🌐 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.
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
.
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:
package.json
or package-lock.json
file
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! 🙌🏼
To learn about our development process, how to propose bug fixes and improvements of our project please read our Contributing Guidelines.
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.
Thank you to all the amazing contributors who have made this project possible! 💝
This project is licensed under the MIT License. See the LICENSE file for more details.