Read me

A README file is the first thing people see when they open a code repository. Its main purpose is to explain what the project is and how to use it.

Wireframe

A wireframe is like the blueprint of a house, but for a website or an app. It is a simple, black-and-white sketch that shows where things go before you start building.

Branch in Git

A branch in Git is an independent line of development. It acts as a pointer to a specific commit, allowing you to work on new features, bug fixes, or experiments without affecting the main, stable codebase (usually called main or master).

Read more