#15 of 25 Beginner Projects - HTML, CSS, & JavaScript - Math for Kids Application

preview_player
Показать описание
In this project we create an application that lets kids practice their addition, subtraction, multiplication, and division.

Try it before you build it ( Hosted with GitHub Pages):

GitHub Repository ( Don't forget to star !):

Sponsor me on GitHub!

Follow my blog:

Рекомендации по теме
Комментарии
Автор

Allow yourself to be a beginner, no one starts out excellent

codefoxx
Автор

thanks a lot for the lesson. for myself I made the possibility of clicking on the entire block of the answer(option). I just feel more comfortable

verstkalive
Автор

But here are some limitations to this project.
1. wrong answer will not be anyhow more than 12.
2. if you see any decimal number in divide math, be sure that this is the corrrect answer.
However, that's the awesome and amazing beginner friendly project where we can rely on and we can enhance our learing.
thanks to the creator of this project.

farukislamfarabi
Автор

Thanks, please upload more videos on javascript projects

arshsingh
Автор

Thank you very much. This is exactly what I was looking for.

aisismailm
Автор

Can u make second part of this. Like when it's correct answer it adds points. We can make scores.
If possible please try.

kshitijarvikar
Автор

Hello! Thank you for sharing this awesome video. That’s what i need really helpful :)👏🏻

garcia
Автор

Hi maybe there is any pseudocode about the code or any instructions about the pseudocode to give?

peten
Автор

Nice video, how about making sure the dummynumbers generated are not coincidentally the same as the correct answer? Or both dummy answers are never the same

jimmythiz
Автор

Nice game
Just completed this but instead of an audio, I created a modal that displays wrong for a second

muizolaore
Автор

Hello sir🤗🧡 Thanks for this great game. I have an opinion for the juniors and if you can do this, it will be so so so helpful. First of all in the game there is a beautiful 3D country animation and starts the game. In the game there are some sections (LessonEnglish, LearnMath, Solvepuzzle and etc.) then the kid will choose one of them (for ex. LessonEnglish) and there will be so easy grammer questions and the kid will response it with typing the Letters. I mean the question will stay as the picture on up, and the down side there will chosen letters ( like Logo Games/Tests) and the kid will find answer by picking right letters and make a word or sentence. Hope i can accurate it! And btw is that impossible to do this game? Please, answer i really need for the competition 😊 thank u 🙏🏼

mgo
Автор

How to make this game in php without database
But answer type manually in text box?
Anser plz

harshal
Автор

Is there anyway to have it so the division section only creates equations in which whole numbers are the answer possibilities?

sagesofsound
Автор

At the top of my Javascript, I have an error that states "ERROR Parsing error, The Keyword 'const' is reserved" ???

harambe
Автор

How to make it ends when user just answer 4 questions only?

shazeerrra
Автор

Hi! Can I please have the code for this project?

amoty
Автор

How to make this design mobile responsive because most of children use mobile?

DarshanGhorpade
Автор

if someone wants to add score: in html i added "options" class to each option:
const options=
let score = 0;

options.forEach(function (option) {
option.addEventListener("click", function () {
if (this.innerHTML == answer) {
generate_equation();
score++;
= score;
} else {
audio.play();
score = 0;
= score;
}
});
});
and this replaced code for event handlers for option1, 2, 3...

markobojkovski
join shbcf.ru