Title
+
+ What is the purpose of a README file?
++ A README file introduces a project, explaining what it does, how + to install it, and how to use it. It helps others understand your + project quickly. +
+ Read more+
+
diff --git a/Wireframe/branch-in-git.jpg b/Wireframe/branch-in-git.jpg new file mode 100644 index 000000000..727abf5e2 Binary files /dev/null and b/Wireframe/branch-in-git.jpg differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..ec4031cca 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,80 @@
-- This is the default, provided code and no changes have been made yet. + Learn about key tools every developer uses: README files, wireframes, + and Git branches.
+ + A README file introduces a project, explaining what it does, how + to install it, and how to use it. It helps others understand your + project quickly. +
+ Read more
+ + A wireframe is a visual guide that outlines a webpages structure. + Designers and developers use it to plan layouts before adding + content or styling. +
+ Read more +
+ - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A Git branch allows developers to work on new features or fixes + separately from the main code. This keeps the main project stable + while updates are tested.
- Read more - + Read more +