Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn JavaScript by creating 7 useful Apps
Rating: 4.2 out of 5(16 ratings)
573 students

Learn JavaScript by creating 7 useful Apps

Create 7 Complete Web Apps using JavaScript from Scratch.
Created by247 Learning
Last updated 3/2026
English

What you'll learn

  • Create a working Digital Web App Calculator from scratch
  • Create a working Digital Web App Clock from scratch
  • Create a working Word Count Tool
  • Create a Todo List Web App
  • Create a Contact form
  • Create a Maths Addition App
  • Create Image Slider App

Course content

9 sections53 lectures4h 41m total length
  • Introduction1:29
  • What is JAVASCRIPT2:38
  • What is Http6:20
  • Installing SublimeText Editor3:49
  • Basic HTML Document Structure7:12
  • Basic CSS Syntax Rule5:22
  • Basic JavaScript Syntax5:49
  • Getting jQuery9:49

Requirements

  • Working knowledge of HTML
  • Working knowledge of CSS
  • Working Knowledge of JavaScript

Description

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.

By the end of this course you will be confident to build more useful projects .

Who this course is for:

  • Beginner JavaScript developers
  • Beginner programmers