diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..7095c9ef5 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -21,7 +21,7 @@

Product Pick

diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..874a63577 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,68 @@ + - Wireframe + Coding Concepts
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

+

Basic concepts for coding

+

+ On this website, you will gain insights into three major concepts for early-career developers, + namely the README file, wireframes, and Git branches. +

- -

Title

+ +

What is a README File?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README file is the first thing users see when they discover your project. + It acts as both an introduction and instruction manual, + explaining what the project does, how to install it, and how to use it. + Good README files include project description, installation steps, usage examples, + and contribution guidelines. They serve as essential documentation that helps others + understand and work with your code effectively.

- Read more + Learn more about README files +
+
+ +

What is the Purpose of a Wireframe?

+

+ A wireframe is a simple, low-fidelity sketch that represents the skeletal structure + of a website or application. It focuses on layout, content placement, + and functionality without getting distracted by colors or styling. + Wireframes help developers, designers, and stakeholders agree on the basic structure + before investing time in detailed design and coding. + They serve as a blueprint for the final product. +

+ Learn more about wireframes +
+
+ +

What is a Branch in Git?

+

+ In Git, a branch is an independent line of development that allows you to work + on new features or fixes without affecting the main codebase. + Think of it as creating a copy of your project where you can experiment safely. + When your work is complete and tested, you can merge the branch back into the main + project. Branches enable collaborative development and help maintain stable, + production-ready code. + +

+ + Learn more about Git branches
- + \ No newline at end of file diff --git a/forms cheatsheet.png b/forms cheatsheet.png new file mode 100644 index 000000000..c0898bd2d Binary files /dev/null and b/forms cheatsheet.png differ