ENSE 374 Fall 23 LAB
- Lab # 1
- Submitted work
- Lab page
- summary: This lab introduces some of the tools used in this course, including a modern code editor, Visual Studio Code, version control with Git, and remote repository hosting with GitHub. It will also discuss how to make your projects on GitHub stand out, with good documentation, code presentation and pages; and how to use your GitHub account as a development portfolio.
- Lab # 2
- Submitted work
- Lab page
- summary: The purpose of this lab is to briefly introduce the View component of the MVC, and particularly to introduce the Hyper-Text Markup Language (HTML). In this tutorial we will explore the building blocks of the front end of the web by discussing the different elements that make up the View, what they do and how they interact. We will then focus especially on HTML, the core building block of all websites.
- Lab # 3
- Submitted work
- Lab page
- summary: In this lab we will look at the Bootstrap CSS library, a library made by twitter, which modernizes our pages by extends our custom CSS to provide pre made layout, styles and components.
- Lab # 4
- Submitted work
- Lab page
- summary: This lab introduces JavaScript (JS) which is a programming language which runs in the Web Browser. In addition to being able to perform typical programming language tasks, like data storage and computation, it can additionally interact with the HTML and CSS on a web page through the Document Object Model (DOM), allowing real time interactions with the page performed on the client side. We’ll look at the capabilities of JavaScript in this lab.