Title
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A short explanations: what a README file is, what a wireframe is, and what a Git branch is. .
+ A README explains what a project does and how to use it. It is the first file that we see in the git hub repo, it gives us information about the project, the purpose and how to get started about the project.
+
+ A wireframe is a structure that shows the layout of content of a page. It focuses on structure and hierarchy (not visual design), so teams can iterate on layout and user flows early.
+
+ A branch is a separate line of development. It lets you build features or fixes in isolation from the main codebase and merge them back when ready, so the main branch stays stable.
+ A Quick Guide For README, Wireframes & Git Branches
+ Explanations
+
+
+ What is the purpose of a README file?
+
+ What is the purpose of a wireframe?
+
+ What is a branch in Git?
+