Wireframe

The following three articles will explain how a developer could use a README file, a WIREFRAME and Branching in GIT for their work

Document icon

What is the purpose of a README file?

A README file explains a project's purpose and usage.

Learn about READMEs
Wireframing tool

The purpose of a WIREFRAME

A wireframe is a blueprint showing a webpage's layout before coding.

Learn about wireframing
Git branching

What is a branch in git

Branches let you work on features separately without affecting the main code.

Learn Git branching