You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,11 @@
5
5
Using the provided wireframe and resources, write a new webpage explaining:
6
6
7
7
1. What is the purpose of a README file?
8
+
A readme file is a document that serves as a an instruction manual for the useror developer of a project on Github.
8
9
1. What is the purpose of a wireframe?
10
+
A wireframe is a blueprint.Wireframes are your blueprint: a simple, visual guide to quickly lay out your ideas and show how everything fits together.
9
11
1. What is a branch in Git?
12
+
Branching means you diverge from the main line of development and continue to do work without messing with that main line.
10
13
11
14
There are some provided HTML and CSS files you can use to get started. You can use these files as a starting point or create your own files from scratch. You _must_ modify the HTML and CSS files to meet the acceptance criteria and you must check this criteria yourself before you submit your work.
0 commit comments