Web Development Basics

This page explains the purpose of a README file, a wireframe, and a Git branch.

Illustration representing a README file

Purpose of a README file

A README file explains what a project is, how it works, and how to use it. It helps other developers understand the project quickly.

Read more
Illustration showing a wireframe layout

Purpose of a wireframe

A wireframe is a simple visual plan of a webpage. It shows the layout and structure before colours, images, or styling are added.

Read more
Illustration representing a Git branch

What is a Git branch?

A Git branch allows developers to work on changes safely without affecting the main code until the work is ready.

Read more