• Post category:StudyBullet-3
  • Reading time:9 mins read


Build and Publish Real World Appliations

What you will learn

Learn JavaScript Programming Fundamentals

Build TodoList Web App

Build a Calculator web app

Build a Countdown timer web app

Build a Loan Calculator web app

Build an Analogue Clock Web app

Build a Quiz Web app

Build a word Counting web app

Publish your web apps to the internet

Description

JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc.

HTML is the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.

CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.

JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay, not everything, but it is amazing what you can achieve with a few lines of JavaScript code.)


Get Instant Notification of New Courses on our Telegram channel.


Over the past 20 years or so since when JavaScript was released, it has become the most popular programming language for web development today. You can understand the importance of JavaScript as a web development language from the fact that as per the recent reports, JavaScript is currently being used by more than 94 percent of all the websites.

JavaScript is a client-side programming language which helps web developer to do Web Application Development and make dynamic and interactive web pages by implementing custom client-side scripts.

English
language

Content

JavaScript Fundamentals
Introduction
What is JavaScript
The developer Console
The Syntax
Variables
Variable Naming Convention
Statements
Executing a program
Data Types
Mixing Data Types
Operators
Arithmetic Operators
Assignment Operators
Operator Precedence
String Operators
Comparison Operators
Logical Operators
Arrays
Conditional statements
Functions
Text editors
What are Text editors
Please Read
Sublime Text
Atom
Visual Studio Code
Build a Todo List App
What we will create
Creating directory and files
Creating the app structure
Styling the app
Adding functionality: Part 1
Adding functionality: Part 2
Project Code
Build a Calculator
What we will create
Creating directory and files
Creating app structure
Styling the app
Add functionality
Project Code
Build a Countdown Timer
What we will create
Creating directory and files
Creating the app structure
Adding Styling
Adding Functionality
Project Code
Build an Analogue Clock
What we will create
Create directory and files
Creating a canvas Object
Creating the clock face
Drawing the clock numbers
Drawing clock time and hand
Project Code
Build a word count app
What we will create
Creating a directory and files
Creating app structure
Styling the app
Adding Functionality
Project Code
Build a quiz app
What we will create
Creating directory and files
Creating app structure
Styling the app
Adding functionality: Part 1
Adding functionality: Part 2
Project Code
Build a Loan Calculator
What we will create
Creating directory and files
Add functionality
Styling the app
Project Code
Publishing the apps to the public
Hosting Platforms
What is Git
Installing Git
Git Setup
What is Github
Create a GitHub acount
Creating personal access tokens
Initializing empty git repository
Add files to local repository
Adding files to remote repository
Publishing your app