Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Basic HTML, CSS & Javascript (Typescript) with Angular
Rating: 3.9 out of 5(96 ratings)
8,381 students

Learn Basic HTML, CSS & Javascript (Typescript) with Angular

Learn the basics of Web Development Fast and save time with HTML, CSS, Typescript and Angular.
Last updated 6/2022
English

What you'll learn

  • Web Developer
  • Angular
  • HTML
  • CSS
  • Javascript
  • Typescript

Course content

5 sections31 lectures59m total length
  • Introduction0:52

    Explore HTML tags and files, learn how CSS styles apply, and see how TypeScript relates to JavaScript in this fast, beginner-friendly introduction to web basics.

  • Installing Node.js1:22

    Choose the long term stability version for reliability or the current version for new features, then download and install Node.js, verify with node --version and npm -v, and use TypeScript.

  • Command Line Tools1:14

    Explore essential command line tools across Windows and macOS using Windows Terminal to access bash and Git Bash. Use your preferred terminal to streamline workflows.

  • Install Visual Studio0:33
  • Creating a Angular Project4:31

    Install the Angular CLI globally with npm install -g, create a new project using ng new, then run ng serve to view Hello, world locally at localhost:4200.

Requirements

  • No requirements

Description

If you're tired of long courses and just want to learn basic web development this course is for you.


We focus on teaching you only what you need to know and keeping the videos short. The main focus of this course is to teach the basics of HTML, CSS, Javascript, Typescript, and Angular. By the end of this course, you should be able to create a basic website, understand how styling a website works and how to get data from a server.


In this course, we start by learning what tools you need to create a website and then we move on to the basics of HTML. We do an overview of how HTML works and how to display information on the page. Once the student learned HTML, they will then move onto learning the basics of CSS. With the CSS section of the course, they will learn how to style their HTML and adjust the colors, shape, and position of the elements on their web page. This allows the student to learn how to make their website more appealing to their users.


Once students become familiar with HTML and CSS, they will dive into Javascript and Typescript. They will learn the basics of creating dynamic HTML components, using math in Javascript, and creating interactive events. Once the student gains a basic grasp of Typescript, then they learn how to apply this to Angular by making interactive components and getting data into those components.


For the final project, the student will learn to create a list of users and their profile information. This list will come from a remote server and the use will learn all of the skills including HTML, CSS, Javascript, Typescript, and Material UI to build a full webpage in Angular.

Who this course is for:

  • Beginning Web Developers interested in fast web development
  • Beginning Web Developers interested in Angular
  • Beginning Web Developer interested in learning basic Typescript