YadnikaDabhade / Travel-WorldWeb

3 stars 10 forks source link
kwoc2022

Travel-WorldWeb

Travel-WorldWeb: A one stop destination for all kinds of users

Screenshot (119)

The services are as fascinating as the webpage you are looking up! So let's get started

πŸ› οΈ Installation Steps

1. Fork the project. Click on the icon in the top right to get started

2. Clone the project, you can use the following command:

git clone https://github.com/yourgithubusername/YadnikaDabhade/Travel-WorldWeb

πŸ₯‚ After making a change

1. Create a new branch

git checkout -b YourBranchName

2. Add it to staging area

git add <path to the file you worked on>

or

git add .

3. Commit your changes with

git cz

or

git commit -m "your message"

4. Push your changes

git push

or

git push -u origin branchname

🫴 How to Do Your First Pull Request?

(I am providing some Resource from where you can Learn)

  1. Learn from Video
  2. Open Source Guide

πŸ‘©πŸ½β€πŸ’» Contributing

Want to contribute?

Don't forget to leave a star✨

HAPPY CONTRIBUTING!!