Web Development Basics

This page helps you to understand about README, Wireframe and Git Branches.

README file illustration

What is the purpose of a README file?

A README file helps people understand what a project is, how it works, and how to get started with it.

Learn More about README
Wireframe illustration

What is the purpose of a wireframe?

A wireframe is a simple plan for a webpage. It shows where the main sections, text, images, and links should go.

Learn more about Wireframe
Git branch illustration

What is a branch in Git?

A branch lets developers work on changes separately before adding them back into the main project.

Learn More about Git Branch