rohan-singh987 / Dust-Road-Co

Dust-Road Co website is an initiative towards a better environment. The website provides users the facility to do carpool , if they are traveling to the same destination

Home Page:https://2024-sandhya.github.io/Dust-Road-Co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dust-Road-Co 🚕

GitHub license Open Source Love PRs Welcome

ezgif com-gif-maker

Dust Road Co. is an initiative towards sustainable development.The idea of the website is to provide the carpooling services & track those who are travelling to same destination.🚕

What is the idea of the website ❓

Users will login/signup, and on their own dashboard, they'll see people within 5 kilometres of them who are travelling to the same place, and from there they will be able to carpool.A step toward a cleaner and more environmentally friendly atmosphere.


Tech-Stack used :

Star ⭐️the repo to get frequent updates & appreciate the efforts.

How to get started? 🏗

To start contributing you need to follow the below steps in proper order

0. Create your own issue or choose one already mentioned in under issues section.

1. Fork this repo.

2. Clone your fork copy of the project which'll be visible in your account.

git clone --depth 1 https://github.com/<your_user_name>/Dust-Road-Co.git

3. Navigate to the project directory 👩🏻‍💻 .

cd Dust-Road-Co

4. Add a remote upstream to the original repository.

git remote add upstream https://github.com/2024-SANDHYA/Dust-Road-Co.git

5. Check the remotes for the repository.

git remote -v

6. It is always advused to take a pull from the upstream repository to your master branch to keep it even with the main project(updated repository).

git pull upstream master(or main)

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes 🔍 .

git add . 

10. Commit your changes .

git commit -m "Message related to changes you made in the code"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure that both the branches are even in order to avoid merge conficts

13. Add a title and description to your PR explaining the features you added.

14. Click on Create Pull Request.

15. Congrats !! You made your first PR 🥳.


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

About

Dust-Road Co website is an initiative towards a better environment. The website provides users the facility to do carpool , if they are traveling to the same destination

https://2024-sandhya.github.io/Dust-Road-Co/

License:MIT License


Languages

Language:CSS 66.4%Language:HTML 33.6%