Wireframe To Web Code

Wireframes, README & Git branches, explained.

Picture of an example wireframe

Wireframe

A wireframe is a plan outlining the basic structure of the elements of a website, webpage or digital interface - its purpose is to give the viewer a rough idea of how content will be displayed and function in the final product, such as banners, navigation bars, buttons, images, and articles. In essence, a wireframe is the architectural "blueprint" of a web document.

READ MORE
Picture of an example README file

README

The purpose of a README file is to provide important information for a project or piece of software. It can include information such as:

README files are commonly written in Markdown (.md), plaintext format.

READ MORE
Picture of CYF Example Git Branch Diagram

Git Branches

In Git, repositories are made up of "branches."

READ MORE