Welcome to the Jadoo Travels repository! This repository is meant for collaborating on one of Women Techsters Project. This is part of a larger assessment
Follow these steps to contribute to the project:
Start by forking this repository to your GitHub account. You can do this by clicking the "Fork" button at the top right of the repository page.
After forking, clone your forked repository to your local machine. You can do this using the following command in your terminal:
git clone <your-fork-url>
Create a new branch with your name and your partner's name. Use the format person1/person2 (YourName-PartnerName). For example: FaithDaniel/AnnaJames. You can create a new branch like this:
git checkout -b YourName/PartnerName
Use the Figma file provided in the link to implement the design. Make sure to refer to the design and use it as a guideline for your implementation. You can also refer to the provided screenshot for reference.
Once you've implemented the design, commit your changes to your branch. It's a good practice to commit frequently to save your progress. Remember to use a descriptive commit message.
git add .
git commit -m "Implemented header navigation design changes"
git push origin YourName/PartnerName
After committing your changes, go to the GitHub repository, and you should see a prompt to create a pull request. Click on it, provide a descriptive title and details about your changes, and create the PR.
After creating the pull request, go to this form and submit the link to your pull request. This is how we'll keep track of your contributions.
That's it! You've successfully contributed to the Jadoo Travels project. Thank you for your work, and happy collaborating!
If you have any questions or need further assistance, feel free to reach out to the project maintainers @emmsdan.