Wireframe Exercise

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

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 branch in Git is a separate version of a project where you can work on changes without affecting the main code.

Read more