Wireframe Task

An image of a wireframe template

What is the purpose of a wireframe

A wireframe is a simple diagram showcasing the UI of a webpage It shows where components should be in relation to each other and what, roughly, they should do.

Read More
An image of a Git icon

What is a branch in Git

A git branch is basically a separate workspace that allows you to work on a project with others without making any changes to the main directly. You can do all your work on your branch and then merge it to the main branch

Read More
A picture of a README template

What is the purpose of a README FILE

The purpose of a README file is to provide information on what your project is about.

Read More