Hello Coders👨💻 ,I am Arpan Chowdhury, an aspiring Web developer.🤖 Here is the project of the front-end Web Developement.
- Overview📌
- Technology Used🚀
- Open-Source-Programmes⭐
- Getting Started💥
- Contributing Guidelines📑
- Code Of Conduct📑
- Project Admin⚡
- Contributing is fun🧡
Here is the project of the front-end Web Developement.This repo contains my project on Travel Website
Live Project -- https://apu52.github.io/Travel_Website/
Features
- An Introductory Page
- Top Destination Page
- Best trip Packages
- Our Trip gallery
- Contact us page
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_Website3. Navigate to the new project directory:
cd Travel_Website4. Set upstream command:
git remote add upstream https://github.com/apu52/Travel_Website5. Create a new branch:
git checkout -b YourBranchNameor
git branch YourBranchName
git switch YourBranchName6. Sync your fork or local repository with the origin repository:
- In your forked repository click on
Fetch upstream. - Click
Fetch and merge.
git fetch upstreamgit merge upstream/mainGithub 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/foldergit commit -m "<your_commit_message>"9. Push your local commits to the remote repository:
git push origin YourBranchName10. Create a Pull Request!
Congratulations! You've made your first contribution! 🙌🏼
Read our Contributing Guidelines to learn about our development process, how to propose bugfixes and improvements of our Project
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
Show some ❤️ by giving 
Thank you to all the amazing contributors who have made this project possible!!💝



