Wireframe

This page explains key concepts used in web development and version control.

Illustration of a README file

What is the purpose of a README file?

A README file explains what a project is, how to use it, and why it is useful. It helps users and contributors understand how to get started and where to get help.

Read More
Illustration of a wireframe

What is the purpose of a wireframe?

A wireframe is a basic illustration of a website or app. They are used to design the layout, showing all elements of the page without going into details such as fonts and colours.

Read More
Illustration of a Git branch

What is a branch in Git?

A branch in Git is like a separate workspace where you can make changes and try new ideas without affecting the main project. Creating a branch allows you to make changes without affecting the original version.

Read More