Learning Git and Wireframe

This webpage explains README files, wireframes and Git branches.

What is the purpose of a README file?

A README file is a text file that provides information about a project and how to use it.

Read more

What is the purpose of a Wireframe?

A wireframe is a visual plan used to organise the structure of a website.

Read more

What is the purpose of a Git branch?

A Git branch is a separate line of development in a Git repository that allows developers to work on different features or bug fixes without affecting the main codebase.

Read more