Week 1
- LEARNING OBJECTIVES
- Introduction to the course
- Learn what is Web Development
- READING
- Full Stack Developer - Chapter 1 - Introduction
- Full Stack Developer - Chapter 2 - Creating User
- SLIDES
- Introduction to Web Development
- Creating an HTTP server with Node.js
- Creating a React Application
Week 2
- LEARNING OBJECTIVES
- Learn how to create and style HTML pages
- Understand basic CSS selectors
- READING
- Full Stack Developer - Chapter 3 - HTML Basics
- Full Stack Developer - Chapter 4 - CSS Basics
- SLIDES
- Formatting User Interfaces with HTML
- Styling with CSS
- Bootstrap Introduction
Week 3
- LEARNING OBJECTIVES
- Understand JavaScript fundamentals
- Learn how JavaScript interacts with the DOM
- READING
- Full Stack Developer - Chapter 5 - JavaScript Basics
- Full Stack Developer - Chapter 6 - JavaScript and the DOM
- SLIDES
- Introduction to JavaScript
- JavaScript Variables and Functions
- DOM Manipulation