Title
+What is the purpose of a README file?
++ A README file explains what a project is, how to use it, and why it is useful. + It helps users and contributors understand how to get started and where to get help. +
+ Read more about README files +What is the purpose of a wireframe?
++ A wireframe is a basic illustration of a website or app. + They are used to design the layout, showing all elements of the page without going into details such as fonts and colours. +
+ Read more about Wireframes +What is a branch in Git?
++ A branch in Git is like a separate workspace where you can make changes and try new ideas without affecting the main project. + Creating a branch allows you to make changes without affecting the original version. +
+ Read more about Git branches +