Github Development

Welcome to the Github Development Page

Wireframe example

What is the purpose of a wireframe?

A wireframe is a planning step used before coding to decide the layout and structure of a webpage.

Read More about Wireframe
Git branch diagram

What is a branch in Git?

A Git branch is more like a copy of your code where others can change and add to it without affecting your main code.

Read More about Git Branches