How to Make a Quiz App using HTML CSS Javascript - Vanilla Javascript Project for Beginners Tutorial

preview_player
Показать описание
Learn how to make a quiz app using HTML, CSS, and Javascript Tutorial. We will only use vanilla Javascript to create this project and it is for complete beginners.

If you want to follow me along my coding journey, be sure to subscribe :)

Check out my playlist to see my HTML, CSS, & Javascript Tutorials

How to create a Navbar with HTML and CSS

Udacity Front end Developer Nanodegree
Рекомендации по теме
Комментарии
Автор

For any mobile users who are coding this change the min-height of the .choice-container to 1rem It worked for me

PyrousVideos
Автор

I just started this tutorial! You are such an awesome tutor! Very clear, and informative on why you do the steps and perfect pace. Thank you so much for this tutorial!

vikiink
Автор

Amazing video, but could you share the source code?

ActiveDailyClips
Автор

Help. When I followed the tutorial up to 20.25 when he clicked play and a new screen showed up. When i try to click play the screen does not come up and it just says "your file couldnt be accessed". When I go into my folder it I can open game.html however they dont linktogether.

tomsquad
Автор

Do you have sheet and then make timer multiple choice with them instead of type problem and choices in the code.

sakihikarujung
Автор

This guy has such a good taste for colors

nekojcovek
Автор

Huhuhujj i always got an error on the

An error is saying Cannot set property 'innerText' of null at tgis line



Edit: I got the solution! It is because my h1 id in end.html is finalscore but in the js, it is presented as finalScore!

Thank you so much sir! New sub here!!

RustyV
Автор

Hey is there a way I can see your github code or something ?

vincentyou
Автор

Thank you so much for this tutorial. I needed this for my upcoming project and applying javascript was hurting my head

seid
Автор

BTZ JS is space sensitive so if your js code isnt running check if you have any extra spaces

rekaiadraoui
Автор

Thank you for this tutorial big man, javascript is pretty hard to learn but you explain it very well

madebymate
Автор

Great video. Many thanks for your clear explanations of the javascript code

hervemalvina
Автор

Thanks so much. Had to complete this project for school and you helped me all the way through

BrandonGiordano
Автор

Hi Brian! How's it going?

At 25:17 you said "Transition" but you typed "Transform"

Thanks you for the content it is helping a lot! Keep it up!

souzamotasacul
Автор

Great tutorial! Learned some new things along the way such as the tag shortcuts! Thank you!

matthewwalczak
Автор

how do i create multiple right answers?

something like:

question: 'What is 2+2?',
choice1: '22',
choice2: '4',
choice3: '21',
choice4: '4',
answer: 2, 4,

jns
Автор

I need help

I use the HTML code of your quiz but i have a problem.

I have a question on my quiz but there is two right answer and i dont now how can i do it

Thanks

The_Guarian_Angel
Автор

A great introduction to javascrpit helped me understand the concept so much better.

jonathancohen
Автор

Thank you so much Brian. This is very helpful!

mulumeh
Автор

How can I change the div into a p tag the way he's doing? My visual studio isn't doing it automatically. Thanks.

petervanderlind