This is the webpage to provide detail explanation for the above questions

What is the purpose of a README file?

A README file is the foundational documentation for a software, dataset, or coding project. It serves as a project's "front door," designed to help users quickly understand what the project does, how to install and use it, and how to contribute

Read more

What is the purpose of a wireframe?

Wireframes are the foundational blueprints of a website or app. Used early in the development process, they help teams visualize structure, map user flows, and establish content hierarchy before committing to costly colors, branding, or final UI design

Read more

What is a branch in Git?

A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name in Git is master .

Read more