Wireframe

This page explains important elements in designing Webpages.

Featured article

What is the purpose of a README file?

README Files are a common way to document the contents and structure of a folder or a dataset so that a researcher can locate the information they need.

Article 1

What is the purpose of a wireframe?

The primary purpose of a wireframe is to serve as a blueprint for a digital product, such as a website or mobile app.

Article 2

What is a branch in Git?

A branch represents an independent line of development. Branches serve as an abstraction for the edit/stage/commit process. You can think of them as a way to request a brand new working directory, staging area, and project history.