Title
+ +What is the purpose of a README file?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file explains what a project is about, how to use it, and any + important information someone needs before working with the project + code.
- Read more + Read moreWhat is the purpose of a wireframe?
++ A wireframe is a simple layout plan that shows where content will go + on a webpage before you start designing or coding. +
+ + Read more +What is a branch in Git?
++ A Git baranch lets developers work on new features without affecting + the main project. When finished, the branch can be merged back in. +
+ Read more +