Github Development

Welcome to the Github Development Page

README file example

What is the purpose of a README file?

A README file contains descriptions and instructions within a project and explains how it works.

Read More about Readme
 Read More about Wireframe

What is the purpose of a wireframe?

A wireframe is a planning step used before coding to decide the layoutand 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