Title
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -
- Read more -From c4521ba59d430ceb2b721e13dc16fb2b56ccf72e Mon Sep 17 00:00:00 2001
From: Raihan Sharif
- This is the default, provided code and no changes have been made yet.
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
-
+ Here we will learn about some introductory web development
+ concepts.
+
+ A README file is text file often included with a software
+ program or code package which provides the reader with
+ information they may need to use the software, such
+ installation instructions.
+ Wireframe
-
-
Title
- Welcome to Intro to Programming
+
+
The purpose of a README file
+ The purpose of a README file
information they may need to use the software, such
installation instructions.
+ A wireframe is used to express the layout of a visual medium + such as a newspaper, or web page. It helps designers and + programmers to get a simple overview of a design. +
+ Read more about wireframing ++ A git branch is a copy of the code in a git repository. + Branches are created so that developers can work separately + on specific features. Once a feature is completed it is + merged into main. If the creation of a feature is not + successful, for example there are too many bugs, the branch + can be deleted without affecting the main branch. +
+ Read more about Git