Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
+Purpose of a Wireframe
+A wireframe is a simple visual guide used to plan layout and structure + before adding design and content.
Read more +Purpose of a README File
+A README file explains what a project is about, how to set it up, and how to use it. It helps other developers understand the project quickly without reading all the code.
+ Read more +What is a Git Branch
+A Git branch is a separate version of the code that allows developers to work on new features or fixes without affecting the main codebase. Once the work is complete, the branch can be merged back into the main branch safely.
+ Read more +