DEV Community

Dshisher
Dshisher

Posted on

osdc-2023-assignment4

As part of the fourth assignment of the OSDC we had to practice GitHub and create a new project.

I have started a project that its purpose is calculating the best route between two places using both a private car and public transportation.

For this project I will need both google maps API and also some more data that is not available in google maps that I found in the national database.

The steps I did to practice GitHub are:
1) Opening the repository through the web.
2) Cloning the repo to local computer.
3) Updating the files in local computer.
4) Through terminal staging, committing and pushing the change.

Next stage of this practice is pulling the project after someone else have made a pull request and of course working on the project itself.

Top comments (0)