Object oriented programming with Javascript - Build Quiz App
Created by DigiFisk (Programming Is Fun), Last Updated 15-Dec-2019, Language:English
Object oriented programming with Javascript - Build Quiz App
[OOPs] Build Randomized Quiz App with Timer - Front End Web App Development - Hands-on training - Build app from scratch
Created by DigiFisk (Programming Is Fun), Last Updated 15-Dec-2019, Language:English
What Will I Get ?
- Understand the basics of HTML5 & CSS (I'll explain the concepts as we code the project)
- Understand the basics of Javascript (we have separate modules for this topics)
- Understand how object oriented programming works in building real world applicationss
- Build a completely dynamic real world quiz app with Javascript, HTML5 and CSS3 with a randomized question pulling feature
- Build a fully featured timer for your quiz
- Build a colored answer tracker for your quiz
- Know how front end web app development works by building this project
- Improve your logical problem solving skills
- Create step by step algorithms for projects before turning them into codes
- Improve your front end design and development skills
- Create HTML5 skeletons of web applications
- Design web applications with various CSS styling concepts
- Make web applications work with Javascript concepts
- Get a foundation in Object oriented programming concepts with Javascript
Requirements
- You can come to this course with absolutely no coding knowledge. I explain everything you need to create your very first web app based on object oriented programming.
- A PC or laptop to practice what I teach
Description
Practice makes perfect.
Start your journey into becoming a professional front end web developer here!
Learn how to create a real world Object Oriented programming based Dynamic Quiz app with Timer!
At DigiFisk, we like making learning fun. Our courses are interactive and fun with a ton of practical elements to it. We've decided to take it a step further with our Front end Web app development practice series.
Once you learn the syntax of a programming language, the next logical step is to start creating software and apps. But that's where most students get stuck. Problem solving isn't as easy as learning a bunch of syntaxes.
But we aim to make it easy for you. We also aim to teach you intermediate programming topics like object oriented programming while at it.
What will you learn in this course?
In this course, you'll learn how to build your Randomized Dynamic Quiz App with Timer & Answer Trackers from the ground up with just HTML5, Javascript and CSSS and Object Oriented programming concepts in just a couple of hours.
You'll learn:
1. How to create the HTML5 structures of this app.
2. How to make the app pretty with CSS (design, design, design!)
3. How to make the app work (draw on the canvas) with logic and algorithm, i.e Javascript
4. Basic concepts of Javascript and Object oriented programming (concepts related to this project).
5. How object oriented programming works in building real world applications
6. How to build a completely dynamic real world quiz app with Javascript, HTML5 and CSS3 with a randomized question pulling feature.
7. How to build a fully featured timer for your quiz app.
8. How to build a colored answer tracker for your quiz.
9. Logical problem solving skills
By the end of the course, you'll be one step closer to creating front end web apps like a pro. You could even try creating other web apps and games from the concepts you learn in this course.
How is this course designed?
I've made this course as easy to understand as possible. I've structured it in such a way that each section will handle one of the 3 languages covered here.
Introduction: This is where I'll explain how the app works, it's various features and what we'll be using to achieve the same results.
Module 1: We'll be teaching you how to create the bare bones of the app with HTML5. The result will be a page with all the elements we need in our app, devoid any colors or design elements.
Module 2: Here, we'll "beautify" our app. We'll be using CSS elements to give our app colors and styles. At the end of this module, we'll have a Quiz App app that'll look like the final result, albeit one that does not work yet. We'll cover that in the Javascript module.
Module 3: We'll be covering some basic concepts of Javascript in this module. We'll also be adding lectures on object oriented programming with Javascript (creating and using objects with Javascript). We'll only cover concepts that we'll need for our app's Javascript code though. If you already know the basics, you can skip this module.
Module 4: This would be the meat of the course. We'll be delving into Javascript & Object oriented programming code of our app in this module, and We'll teach you how to make the app work (make the quiz, the tracker, the randomized question feature and the timer work) in here.
Final section: Finally, We'll give you some ideas on how to improve/enhance the app further and make it your own in terms of design and functionalities.
This course is for you if:
1. If you like learning by doing rather than hours of boring theoretical lectures.
2. If you're a complete newbie to the world of web development, or just programming in general, and would like to start creating software with the help of a beginner-friendly course. You'll learn the basics of everything used in this project (HTM5, CSS3, Javascript, HTML canvas). I'll be explaining every single line of code I'll be using in this course, so you won't feel lost.
3. If you have the passion for programming, and if you know the basics of HTML5 and CSS3, but you're stuck on the practical aspects of it. Turn your theoretical knowledge into practical knowledge with our course.
4. Do you want to get into real world programming and object oriented programming? This course will take you a couple steps further in the right direction.
5. If you want to delve into the exciting world of front end web app development, this course will take you a couple steps further in the right direction.
6. If you're a Javascript web developer who just wants to try out a new project. Our course welcomes coders of every level, from absolute beginners, to pros.
7. If you know the theoretical concepts of Javascript but would like to learn how to apply your knowledge in the real world.
8. If you want to add a real-world project to your resume - to get a promotion or find a new job
9. If you want to pad your portfolio with a cool project to bag more freelance web development projects.
So, what are you waiting for? Get this course today, and begin your journey into the wonderful world of front end web app development and object oriented programming!
Course Content
-
Introduction
1 Lectures 00:03:34-
Introduction
Preview00:03:34
-
-
HTML5 Building Blocks of the App
7 Lectures 00:44:43-
Setting up the HTML page skeleton and title
Preview00:05:35 -
Setting up the Meta information for the app
Preview00:04:39 -
Create the app's header
00:07:31 -
HTML code for the quiz's trackers
00:06:12 -
Set up the quiz section - Question, Option buttons & Next question button
00:13:01 -
Footer for the app - Progress bar and Timer
00:07:45 -
HTML code for the app
-
-
Styling the Quiz app - achieving the final look
14 Lectures 01:52:42-
Setting up and linking the CSS stylesheet
Preview00:04:59 -
Basics of CSS selectors and properties
Preview00:07:30 -
Default styling options for the app
00:10:47 -
Background colors, and more on applying colors in CSS
00:03:42 -
Design the quiz box
00:09:54 -
Design the quiz box - part 2
00:10:54 -
Design the header of the app
00:06:26 -
Give the base design for the trackers
00:11:32 -
Design the question and options area - part 1
00:09:03 -
Design the question and options area - part 2
00:04:11 -
Design the Next Question button
00:13:35 -
Design the footer - progress area and timer
00:09:26 -
Design the result area - score and retake button
00:10:43 -
CSS code for the app
-
-
[OPTIONAL] Javascript & OOPs Basic Concepts (related to this project)
16 Lectures 02:01:15-
Connecting HTML and script/JS files
Preview00:06:04 -
An introduction to variables and assigning values
00:09:59 -
Mathematical operators and alerts
00:09:52 -
Conditional statements - if else statement
00:06:13 -
Conditional statements - Switch case
00:07:12 -
Loops - For loop
00:06:31 -
Arrays - 1 dimensional arrays
00:06:37 -
Arrays - 2 dimensional arrays
00:05:08 -
An introduction to functions (function definition and calls)
00:10:42 -
Intro to DOM - getElementById and InnerText
00:10:48 -
Intro to DOM - adding click events to buttons
00:09:06 -
More Event listeners Part 1
00:08:12 -
More Event listeners Part 2
00:04:39 -
Objects oriented programming with Javascript - part 1
00:09:58 -
Objects oriented programming with Javascript - part 2
00:05:07 -
Objects oriented programming with Javascript - part 3
00:05:07
-
-
Javascript code for the app - Making the app work
22 Lectures 03:27:27-
Creating and linking the scripts
00:06:02 -
Creating the question bank in the form of objects
00:12:05 -
Step by step algorithm for the Javascript code of the app
00:08:58 -
Create and initialize the variables
00:10:05 -
Retrieve the necessary HTML elements to manipulate them later
00:10:18 -
Initialize more variables
00:05:51 -
Function that sets the random question and options in the app
00:12:21 -
Function that updates the progress bar with each question
00:09:10 -
Function that changes the option buttons to their default color
00:04:43 -
Get question function - consolidates and calls the mini functions
00:12:01 -
Functions to change tracker colors, calculate final score & set result page
00:14:44 -
Generate a unique random number to call a random question/answer set
00:10:52 -
Generate a unique random number to call a random question/answer set - part 2
00:07:53 -
Make the timer work - part 1
00:12:27 -
Make the timer work - part 2
00:11:18 -
Make the timer work - part 3
00:12:54 -
Make the option selection work
00:14:51 -
Make the next question button work - check and load next question
00:13:48 -
Consolidate everything and make the app work on refresh
00:08:19 -
Check the output and correct bugs
00:08:47 -
Javascript code for the app
-
Complete code (downloadable) for the Quiz app
-

DigiFisk (Programming Is Fun)
Hands-on practical training | Programming courses
Welcome to DigiFisk!
Here at DigiFisk, we aim to make programming fun and interactive for students.
If you're tired of boring theoretical classes, then you've come to the right place.
We start off with basics/beginner courses in a particular programming language or field, and continue on with a number of real-world project-based classes to equip you to thrive in the real world.
Our lectures tend to be very detailed. We leave nothing out, so beginners and advanced programmers alike can learn something from each of our courses.
Enjoy your journey into the fascinating world of programming with DigiFisk! We'll see you inside. :)