From 155397d1a86f5f113877c97b1bd8f0bed9515a65 Mon Sep 17 00:00:00 2001 From: dona-shehu Date: Fri, 29 May 2026 20:30:39 +0100 Subject: [PATCH 1/9] Add Article for Read me,Wireframe,Git Branch. --- Wireframe/index.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..40cd7732a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -16,13 +16,38 @@

Wireframe

-

Title

+

Read Me File

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file explains what a project is and how to use it. It’s usually the first file people read when they open a + project, especially in software development.

Read more
+
+ +

What is the purpose of a wireframe?

+

+ A wireframe is a simple visual layout of a website, app, or software interface. Its purpose is to show the structure and + arrangement of content before detailed design and development begin. +

+ Read More +
+
+ +

What is a branch in Git?

+

+ A branch in Git is a separate line of development that lets you work on changes without affecting the main project. + + Think of it like creating a copy of your project where you can safely:
+ + Add new features
+ Fix bugs
+ Test ideas
+ + while the original code remains unchanged. +

+ Read More +