Lessons: 10Length: 1.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 3 JavaScript Projects for Beginners

For those of you trying to improve your JavaScript skills, this course will provide you with some practical JavaScript projects that are designed to help you hone your skills while creating some fun, useful features and applications. In this course, you will make use of JavaScript, jQuery, and even a little Moment.js.

1.Introduction
1 lesson, 00:52

1.1
3 JavaScript Projects for Beginners
00:52

2.Project 1: Create a JavaScript Countdown Timer
3 lessons, 18:16

2.1
Creating a Countdown Timer
04:18

2.2
Coding the Countdown Timer
03:54

2.3
Calculating the Difference
10:04

3.Project 2: Create a Scroll Animation
1 lesson, 19:02

3.1
Animate on Scroll
19:02

4.Project 3: Create a JavaScript Calculator
4 lessons, 43:35

4.1
The Calculator Starter File
09:20

4.2
Calculating Totals
07:16

4.3
Programming the Number Buttons
13:15

4.4
Finishing the Calculator
13:44

5.Conclusion
1 lesson, 00:42

5.1
Final Thoughts
00:42


1.1 3 JavaScript Projects for Beginners

Hello, and welcome to JavaScript projects for beginners. My name is Craig Campbell and in this course, I am going to walk you through the development of three simple projects using JavaScript and jQuery. First of all, you're going to create a simple countdown timer, using moments that JS to help you handle dates and times. Then you'll learn how to create animated events for DOM elements when those elements scroll into view in the browser window. Finally, for your last project, you will create a simple calculator that will be completely powered by JavaScript and jQuery. For these projects, I'm going to assume that you have at least a basic understanding of HTML, CSS, and JavaScript. And if you're ready to go, we'll get started in the next lesson. Thank you for watching.

Back to the top