Wireframe

Wireframe is low-fidelity, Visual Blueprint of a webpage or app interface.

README image

README file

The purpose of README file is to give information about the project and how to use it

A README file is the "front door" of your project. it is typically a text file (usuallyREADME.md using Markdown) located in the root directory of your code

Read more

Purpose of Wireframe

It establish the basic Structure of a page.

Wireframing is the perfect way for the designers to gauge how the user would interact with the interface. Before adding visual considerations like color or images, they serve as an outline to get the team on the same page early.

Read more

Branch in Git

In Git, branch a pointer to a snapshot of your changes.

Branch is like a separate working copy of your project in Git. It allows you to make changes without affecting the main branch (often called "main" or "master").

Read more