Learn JavaScript by creating 7 useful Apps

Learn JavaScript by creating 7 useful Apps

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 4.5 Hours | 501 MB

Create 7 Complete Web Apps using JavaScript from Scratch.

The best way for a beginner to enhance their skills is by practising building various projects.

This course is a beginner course for those who have some basic knowledge of how HTML, CSS and JavaScript works.

The complete web apps we will create from absolute scratch include:

  • Digital Calculator
  • Digital clock
  • Word count tool
  • Todo list app
  • Image Slider
  • Maths Addition App
  • Contact form with local storage

HTML will be used to create the structure of these applications.
CSS will be used to apply styling to make the applications look nice and presentable.
Java script creates the functionality for the app and required HTML and CSS to be in place before it can do it’s thing.
They are are like a canvas for JavaScript to work on.

In this course you will learn useful and practical steps to creating web based browser apps that will work when viewed with any modern web browser.I will be using google chrome for this project and i advise you do the same.

A good text editor makes writing code fun and productive.
I will be using sublime text editor for this course. It is a cross platform text editor that will work on any platform like windows and macs.It is free to download and use but recommend that you purchase a full license after trying it out if you enjoy using it.
Another good cross platform text editor is brackets which is open source and completely free to use. By open source i mean developers from around the world can contribute to make it even better.

Table of Contents

Introduction and Tools
1 Introduction
2 Installing SublimeText Editor
3 Basic HTML Document Structure
4 Basic CSS Syntax Rule
5 Basic JavaScript Syntax
6 Getting jQuery

App 1 Digital Calculator
7 Project Overview
8 Completed App tour
9 Creating directory and files
10 Creating HTML Structure
11 Applying Styling
12 Adding functionality with Javascript

App 2 Digital Clock
13 Project Overview
14 Completed App tour
15 Creating directory and files
16 Creating HTML Structure
17 Applying Styling
18 Adding functionality with JavaScript

App 3 Word Count Tool
19 Project Overview
20 Completed App Tour
21 Creating directory and files
22 Creating HTML structure
23 Applying CSS
24 Adding functionality with JavaScript

App 4 Contact Form
25 Project Overview
26 Completed App Tour
27 Creating directory and files
28 Creating HTML structure
29 Applying CSS
30 Adding Functionality with JavaScript

App 5 Image Slider
31 Project overview
32 Completed app tour
33 Creating directory and files
34 Creating HTML structure
35 Applying Css
36 Adding functionality with JavaScript

App 6 Maths Addition App
37 Project Overview
38 Completed app tour
39 Creating directory and files
40 Creating HTML structure
41 Applying CSS
42 Adding functionality with JavaScript

App 7 Todo List
43 Project overview
44 Completed app tour
45 Creating directory and files
46 Creating HTML structure
47 Applying CSS
48 Add functionality using JavaScript
49 Add functionality using JavaScript Part 2