Wireframe Exercise

This page explains README files, wireframes, and Git branches.

Articles

What is a README file?

A README file explains what a project is, how it works, and how to use it. It is usually the first thing CYF students read in a repository.

Read more

What is a wireframe?

A wireframe is a simple visual layout that shows the structure of a webpage before any design or styling is added.

Read more

What is a Git branch?

A Git branch lets you work on new changes safely without changing the main project. You can make updates, and only add them to the main code when they are ready.

Read more