Book Image

The Full Stack Web Developer Academy For Beginners [Video]

By : Chris Dixon
Book Image

The Full Stack Web Developer Academy For Beginners [Video]

By: Chris Dixon

Overview of this book

If you are an aspiring web developer or have a little experience, then this is the only course you will need! This course has been designed to give you a structured learning journey, teaching all the skills you need to build full-stack web applications! We begin with a little background into HTML, what it is, and how it came about. Then we take a deep dive into learning about how to use HTML, learning things such as Setting up an HTML project, HTML Structure, Headings, Div and span elements, Adding text and links, Formatting text, Lists, Images, Semantic elements and so on and will move onto styling with CSS. We then take the project even further by learning all about responsive design to make your websites look great on all size devices. Then onto the CSS Flexbox and CSS Grid. After this, we learn about the responsive Bootstrap 4 framework. The next sections will be teaching you all about Javascript, API'S and fetching data and a lot more. We round things off by building a full-stack application called 'Let's travel!'. This is a big project, which is a fun, yet challenging hotel booking project. All the codes and supporting files for this course are available at -https://github.com/PacktPublishing/The-Full-Stack-Web-Developer-Academy-For-Beginners
Table of Contents (20 chapters)
Free Chapter
1
Welcome and let's get started!
19
Publishing to a live server
Chapter 2
Beginning HTML
Content Locked
Section 8
Time to practice: Create the project lists
In this video, you will add the rest of the lists to our project. As a guide, they all need to be unordered lists. We already have the header items, so we just need to change this back to an unordered list and make sure we just have the 3 items. Then, we have 2 more lists in the sidebar to be placed under the headings we already have in place. Finally, we have a footer menu too, this is just the same as the header. So, give this ago, it is a great way to learn by repeating and getting some practice.