Wireframe

This page explains the fundamental concepts of git branches,readme files and wireframe.

Wireframe

Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team members to make a decisions about the product.

Read more

Branch in Git

Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into the main branch

Read more

Readme File

Readme file provides important information about the project such as its purpose ,setup instruction,feature and usage.

Read more