Javascript Project Tutorial: Budget App

preview_player
Показать описание
Learn to create a budget web app using JavaScript.

--

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

I really swear this was like an 'INSANE MODE' not for the difficult, it is for the fluent and knowledge of the coder. Congrats!

SergioLTorresPROGRAM
Автор

This is the video every beginner needs to start understanding DOM manipulation and how javascript works with HTML. This was all I needed when starting my career as a programmer. Thank you so much.💫💫💫💯💯

awesome-view
Автор

And that´s why we use Angular/React/Vue/Svelte, etc... Anyhow is very good to be reminded of the laborious work that is regular JavaScript. Good little project!

manuelramos
Автор

Thanks for the tutorial!! Help me to learn how HTML/CSS interacts with JS!
But forgetting or skipping the sum of the old budget with a new was a little disappointing hehe

FBHI
Автор

This is the first JS course I've seen with constructors & classes. I paused it so I can go watch another video to figure out what they are.

adrianwalker
Автор

I Love how John Smilga explains. Great👍👍🔥🔥🔥

erunurbekuulu
Автор

Its not working on my desktop. Brackets always says expected an identifier and instead saw 'class.' class UI {
Stopping. (0% scanned). class UI {
ERROR: Parsing error: The keyword 'class' is reserved class UI {
Can someone help me?

NullistEins
Автор

if you add more to list, then the previously added items have not working icons, until you delete everything from the last added position till the item you want to remove/edit

solved: -> delete line 113 in main.css : font-size: 2.6 rem

marcinantol
Автор

You guys always surprise me with this kinda incredible videos.... Keep

darshankoshiya
Автор

I love this project. Thanks for writing recording this

HashimWarren
Автор

Budget input field validation passes values consist with zeroes, like 0000, and finally we have $ 0000 in budget amount). May be you should fix it)?
P.S. Thanks a lot for the lesson! it was very usefull for me!

DES
Автор

Why not adding the eventListenters function directly as the callback to DOMContentLoaded event? It seems redundant the way it was called in the video.

praf
Автор

Hi, did anyone else get up to the hour mark and I cant get my expense list and amount to show . I am not getting any console errors and the markup seems correct. anyone else have the same issue

davidmclean
Автор

You are so helpful to me. Thanks so much for this video. Thumbs up!

FebArts
Автор

John Smilga coding addict I've got you

dearnobitaa
Автор

I love your tutorials and courses <3

ochicoin
Автор

when I press the "add expense" button, the expense and expense amount is not displayed
instead I get
${expense.title} ${expense.amount}
as the display. I am not getting the expense name and expense amount


somebody, please help

srinaths
Автор

Another awesome tutorial by my favorite guy!

keweml
Автор

hello men thanks for this amazing tutorial
ca we remove the addExspense method and instead read the expenses list diretly from a method called "ListItems", since we already pushing object to the array this.itemList ?

amineouabbou
Автор

This seems to be interesting, thanks for sharing with us...

dfjama