Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -diff --git a/Wireframe/branch-in-git.png b/Wireframe/branch-in-git.png new file mode 100644 index 000000000..4c8d4f192 Binary files /dev/null and b/Wireframe/branch-in-git.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..3764ade1c 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,92 @@
- - + +- This is the default, provided code and no changes have been made yet. -
+Understanding README files, wireframes, and branches in Git.
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -
+ + A README file is a crucial document that introduces a project. + It explains what the project is, what it does and why it exists. + It also provides setup instructions and helps users understand, + use or contribute to the project effectively. +
+ + Learn more about README files + +
+ + A wireframe is a basic, two-dimensional visual representation of a web page, + app interface, or product layout. It depicts only functionality, + not the true style and visual elements of the final product. +
+ + Learn more about wireframes + +
+ + A branch in Git represents a separate line of development. + It’s a pointer to a snapshot of your project at a given time. + As you commit on that branch, Git updates it to reflect your changes. + This allows isolated work on features or fixes before merging them into the main project. +
+ + Learn more about Git branches + +