Skip to content

Commit 66417c3

Browse files
committed
what is a branch
1 parent d077e79 commit 66417c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Wireframe/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,23 @@ <h2>The purpose of a README file</h2>
2424
<a href="">Read more</a>
2525
</article>
2626

27+
<article>
2728

29+
<img src="placeholder.svg" alt="" />
30+
<h2>The purpose of a wireframe</h2>
31+
<p>
32+
A wireframe is a visual blueprint that outlines the structure and layout of a digital interface, such as a website or mobile application. It is typically a low-fidelity representation that focuses on functionality, content placement, and user flow rather than aesthetics. Designers and developers use wireframes to plan interactions, ensure usability, and gather feedback early in the development process. By providing a clear visual guide, wireframes help teams align on design expectations, reduce development time, and create a user-friendly experience before moving on to high-fidelity prototypes and final designs.
33+
</p>
34+
<a href="">Read more</a>
35+
</article>
36+
<article>
37+
<img src="placeholder.svg" alt="" />
38+
<h2> What is a branch in Git</h2>
39+
<p>
40+
A branch in Git is an independent version of a repository that allows multiple developers to work on different features, fixes, or experiments without affecting the main codebase. Branching enables parallel development, meaning teams can work on new features while maintaining a stable production version. The most common branch in a project is main or master, but additional branches can be created for specific tasks, such as feature-login or bugfix-header. Developers can later merge these branches back into the main branch after code review and testing. This workflow ensures a smooth, organized, and collaborative development process.
41+
</p>
42+
<a href="">Read more</a>
43+
</article>
2844
</main>
2945
<footer>
3046
<p>

0 commit comments

Comments
 (0)