• Post category:StudyBullet-12
  • Reading time:4 mins read


Learn from scratch how to build an application in JavaScript and publish it on the web

What you will learn

What is JavaScript

Choose the best IDE to code

Start a Local Live Server

Basic CSS

Basic concepts of JavaScript

Publish your application

Description

In this course I will teach you how to build a JavaScript application from scratch, starting with installing the local server, choosing the IDE and finally creating the application.

But, what is JavaScript?

JavaScript is used by programmers across the world to create dynamic and interactive web content like applications and browsers. JavaScript is so popular that it’s the most used programming language in the world, used as a client-side programming language by 97.0% of all websites. Client-side languages are those whose action takes place on the user’s computer, rather than on the server.

JavaScript is versatile enough to be used for a variety of different applications, like software, hardware controls, and servers. JavaScript is most known for being a web-based language, because it’s native to the web browser. The web browser can naturally understand the language, like how a native English speaker can naturally understand English.


Get Instant Notification of New Courses on our Telegram channel.


Is this course Hands-On?

This course is 100% hands-on and in it I will teach you step by step so you can create any application in JavaScript

In this course you will learn:

  • What is JavaScript
  • IDE
  • Installing NodeJS
  • Basic CSS
  • Basic JavaScript code
  • How to start a web server
  • How to publish your application

Are you excited to start the course? If so, I’ll see you in the first class 🙂

English
language

Content

Welcome

Welcome
Setting up our Code Editor

Building the Environment

Adding extensions to VS Code
Download and Install NodeJS
The 3 files
Setting up the folder structure
Testing the live server
Concatenating the files

The Application

Uploading the files
Testing the Application
Understanding the code

The End!

Where to go from here