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
+
As a developer i can use readme file to pass across useful messages to developers about the importance of my project and what they can do with it and how to use it.
8
9
1. What is the purpose of a wireframe?
10
+
A wireframe can be defined as the skeleton of my digital project. it focuses on layout and content placement
9
11
1. What is a branch in Git?
12
+
A branch is used to isolate development work without affecting other branches. usually, every repository has a default branch and can have many other branches.
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