LEARNING OUTCOMES

LEARNING OUTCOMES 2

You document and comment your code using version control in a personal and team context and communicate technical recommendations.

WHY BOTH GITHUB/-LAB

I got feedback from Josh that I should explain why I use both Github and Gitlab. So Underneath the 'summary of explanation' is the explanation in short and for the whole documentation you can click on 'Gitwiki about why I use both Github and Lab'.

Gitwiki about why I use both github and lab

VERSION CONTROL AND GIT

I have been documenting and commenting my code. I made sure to use clear class names, and clear comments in both my code and push commits. This so that it would be nicer to work with in a team environment.

Gitwiki about the version control

PASSION PROJECT

Here I explain and show the documentation of my code, the readme file but also that I push it regularly and have clear commit messages.

This fits the following learning outcomes: LO2.

Gitwiki about lo2

TEAM CONTEXT

It was my task to recreate the screen below. It was important that it was made in such a way where it is easy to change things like the jeans image into a t-shirt and the patches into bucket images with a different title underneath. So I made sure to put clear comments and structure the code in such a way to where it is clear which parts have to change.

Gitwiki about the group project My branche Project repository gitlab

PERSONAL CONTEXT

I did my best to comment my code so it becomes easier to understand whats happening. I made sure to put clear comments

Gitwiki about personal website Github commit history

README FILE

I updated my readme file and made it using markdown instead of it being a text file. It explains the sections, how to clone and use, requirements and links.

Gitwiki about the readme Gitlab project readMe file Github portfolio readMe file