README file
A README is the first file people read when they open a project. It explains what the project is, how to install
it, how to use it, and any important notes. It helps users and contributors understand the project quickly
without reading all the code.
Read
more
Wireframe
A wireframe is a simple sketch that maps out the layout of a webpage before any design work begins. It focuses
on the placement of elements like headings, images, buttons, and text blocks.
Instead of thinking about colours or styling, a wireframe helps you understand how information is organised and
how users will move through the page. It’s a planning tool that shows structure first, design later.
Read more

Git Branch
A Git branch is a separate copy of our project where we can make changes without touching the main version. We
can try new ideas, build features, or fix issues safely without breaking anything.
Using branches helps keep our work organised, especially when working in a team. Once everything is tested and
ready, we can merge the branch back into the main project so the code stays clean and stable.
Read more