Developer Basics

An introduction to README files, wireframes, and Git branches.

README Files

A README file explains what a project is, how to install it, and how to use it. It helps other developers understand the purpose and setup of a project.

Read more

Wireframes

A wireframe is a simple visual guide that represents the layout of a webpage. It focuses on structure and content placement rather than colours or styling.

Read more

Git Branches

A branch in Git is a separate version of the code where you can work on new features or fixes without affecting the main project until the changes are ready.

Read more