Wireframe

This page explains key concepts used in web development, including README files, wireframes, and Git branches.

What is the purpose of a README file?

A ReadMe file explains what a project is, how to set it up and how to use it.

Learn more about READMEs

What is the purpose of a wireframe?

A wireframe is a simple visual guide that shows the layout and structure of a webpage before it is built.

Learn more about wireframes

What is a branch in Git?

A Git branch allows developers to work on new features or fixes independently without affecting the main codebase.

Learn more about Git branching