Object-Oriented Programming with JavaScript – Build Quiz App

Object-Oriented Programming with JavaScript – Build Quiz App

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 8h 09m | 1.26 GB

Build a Randomized Quiz App with Timer – Front End Web App Development – Hands-on training – Build app from scratch

The author has made this course as easy to understand as possible. She has 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.

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 CSS3 and Object Oriented programming concepts in just a couple of hours.

What You Will Learn

  • Understand the basics of HTML5 & CSS, Understand the basics of Javascript
  • Understand how object-oriented programming works in building real-world applications
  • 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