How To Make A Calculator Using HTML CSS And JavaScript

  Рет қаралды 964,021

GreatStack

GreatStack

Күн бұрын

Пікірлер: 727
@GreatStackDev
@GreatStackDev 3 ай бұрын
👉 My JavaScript Advanced Course: greatstack.dev/go/javascript-course (75% Discount)
@naavidmorshed5516
@naavidmorshed5516 Жыл бұрын
Can't stress enough how helpful this video is. Learned so much from a short 19 mins video.
@LinesofLove
@LinesofLove 9 ай бұрын
Everything seemed easy in this Calculator project , i did not knew about eval() function in Javascript (thank you , life saver ) , but if we are using the eval() function directly without any try catch block and as the display is an input text field , we are allowed to type any words or letters and this gives an error in the console, to avoid that I suggest using the html property readonly="yes" . Overall had fun, thanks
@Sir21Goals
@Sir21Goals 6 ай бұрын
You're genius brother. Compared to other KZbin content creators with same calculator project. Thank you.
@nitinsaxena3082
@nitinsaxena3082 Жыл бұрын
I'm searching for mini project using HTMl css js for my assignment I got this one thanks alot sir
@emmanuelchuks4405
@emmanuelchuks4405 Жыл бұрын
Nice video. However, I think adding a readonly attribute to the display input field would make the calculator more functional because as it is, one can directly type characters into the display screen of the calculator, which is not all that appropriate. Thanks for this video. I learnt a lot!
@GreatStackDev
@GreatStackDev Жыл бұрын
Thanks Emmanuel, this comment will help all viewers, they can simply add
@rananaidu9988
@rananaidu9988 Жыл бұрын
@@GreatStackDev hi bro ..its not working for me
@hammadraza7064
@hammadraza7064 Жыл бұрын
@@GreatStackDev sir why did u change tostring() in delete button?
@lokeshp1929
@lokeshp1929 Жыл бұрын
@@hammadraza7064 that method will collect the value from del button and perform slice operation from string method
@niharikapatel5114
@niharikapatel5114 Жыл бұрын
@@GreatStackDev after adding readonly I still can add anything to display input. Pls help
@emmanuelchuks4405
@emmanuelchuks4405 Жыл бұрын
And also, no real need converting to strings, since the input type of the display is already set to "text". It works already. I am looking forward to another amazing video
@m.j.mcintear793
@m.j.mcintear793 Жыл бұрын
how to call the function with each of these variables as an argument emailaddress variable and emailconfirm variables Do you know how to make two of the same emails need to match and is that client side validation or server side? Inquiry of js on html form
@blessing-vl9qk
@blessing-vl9qk Жыл бұрын
thank you so much now my delete button is working changed to this => great video anyway
@__ikiran
@__ikiran 9 ай бұрын
thanks buddy i was confused why the DE button isn't working thanks a lot
@Macesanu18
@Macesanu18 6 ай бұрын
wasdwasdwasdwawd
@Think____different
@Think____different Жыл бұрын
Its cool and even child can understand your presentation...kudos to you for making this.. Subscribed👌
@akintolaphilip1540
@akintolaphilip1540 4 ай бұрын
Thank you so much, started learning HTML CSS and JavaScript around May, now am catching up. Project completed sucessfully.
@draftdrvmz
@draftdrvmz 11 ай бұрын
I did it! My first coding project! Thank you for the tutorial!
@ShinRyujinAkingIniirog
@ShinRyujinAkingIniirog 10 ай бұрын
same bro
@christophermawela3318
@christophermawela3318 3 ай бұрын
I'm learning all 30 projects, all these tutorials are very helpful after watching your fulll Javascript Cours, Please make a Node JS tutorial...
@GreatStackDev
@GreatStackDev 3 ай бұрын
I'm so glad! Thank You. Noted.
@riacharda
@riacharda 9 ай бұрын
The eval function was totally new to me. I thought there'd be a complex split and reduce algorithm, Great video!
@__Attitude__
@__Attitude__ 8 ай бұрын
Haha same
@olgalisenco
@olgalisenco Жыл бұрын
Thank you for simple and good explanation. My suggestion for AC Button is :
@Harshk0
@Harshk0 10 ай бұрын
Why ...any Specific reason?
@esclevi
@esclevi 14 күн бұрын
Not necessarily, since we are talking about javascript and not html👀
@mohammedzaheer4215
@mohammedzaheer4215 11 ай бұрын
The way of your coding is massive i found such a easy way of creating projects using JavaScript
@asadorakzaipti
@asadorakzaipti Жыл бұрын
Very nice video, I learned a lot. If JavaScript was written in separate file we would understand it better.
@thecodexweb7766
@thecodexweb7766 Жыл бұрын
You can write the same JS code in separate file and link with the HTML file.
@schnegger
@schnegger Жыл бұрын
​@@thecodexweb7766using documents to get ID righht?
@rdx4761
@rdx4761 Жыл бұрын
​@@thecodexweb7766 but can we add js in online without script src
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hi
@daydreamer_9911
@daydreamer_9911 6 ай бұрын
Thanks a lot for this awesome video. I search a lot for calculator code but all of the codes were complicated. Yours is quite easy and understandable. 😀
@GreatStackDev
@GreatStackDev 5 ай бұрын
Glad it helped! Thank you. 😊
@Sithkar03
@Sithkar03 Жыл бұрын
Hats off to you bro i see many video to how to make calculator but this video is just mind blowing.
@tobio-chan7494
@tobio-chan7494 3 ай бұрын
Thank you so much! I just made my college project following this. Works perfectly!
@GreatStackDev
@GreatStackDev 3 ай бұрын
Glad it helped! Thank you. 😊
@KardanKaaal
@KardanKaaal 5 ай бұрын
Calculator completed 🤞🏻🤞🏻🤞🏻 Back to back practicing JS. The aim is to get a job as early as possible. ❤
@GreatStackDev
@GreatStackDev 5 ай бұрын
Glad to hear that. You are in the top 5% who complete projects. All the best.
@maggiemauno
@maggiemauno Жыл бұрын
Now this is a PRO- grammer... Thanks!
@rubinatabassum2562
@rubinatabassum2562 2 жыл бұрын
Thank you sir. Always Beneficial,Awesome work you share👍 Waiting for more such tutorials...
@AdityaSharma-er3gs
@AdityaSharma-er3gs 9 ай бұрын
at 15:00 , there is no need to use "toString()" because default value of input is "string". Nice video by the way.
@QueenFardinin
@QueenFardinin Жыл бұрын
Thanks 1year searching video calculator best video thanks❤❤❤🎉
@tanishkagupta6864
@tanishkagupta6864 Жыл бұрын
This was the easiest one. Thank you so much 🙏
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hi I have a some problem please can you guide clearly I write display. Value in onclick event but the console error show it's not define and it's property is module can you help me
@Ghulammustafa-wg6cy
@Ghulammustafa-wg6cy 2 жыл бұрын
Sir, we need more JavaScript projects
@GreatStackDev
@GreatStackDev 2 жыл бұрын
sure I will be making more tutorials on JavaScript
@Ghulammustafa-wg6cy
@Ghulammustafa-wg6cy 2 жыл бұрын
@@GreatStackDev Thankyou Love from Pakistan
@rubinatabassum2562
@rubinatabassum2562 2 жыл бұрын
@@Ghulammustafa-wg6cy I got one issue in this I didn't get the exact design of calci If you can help me with this
@zindagidopalke------4777
@zindagidopalke------4777 2 жыл бұрын
Brother upload source code
@mjustintime7930
@mjustintime7930 2 жыл бұрын
Thanks sir 🙏🙏🙏❤️❤️
@asfandiyar5829
@asfandiyar5829 Жыл бұрын
Thanks for the great tutorial. Can't believe how easy it was.
@shawsays3258
@shawsays3258 5 ай бұрын
Ngl this fast-paced video was way exciting than most movies.
@alexanalo5510
@alexanalo5510 Жыл бұрын
Nice work... I'm a beginner but it was really easy following you.
@zolaniroqwane8491
@zolaniroqwane8491 Жыл бұрын
Thanks, you've realy put things into perspective. Such a good teacher.
@EclipsePlayzYT666
@EclipsePlayzYT666 7 ай бұрын
I cant tell you how amazing/helpful this video was. Thanks so much. You earn yourself a sub
@GreatStackDev
@GreatStackDev 7 ай бұрын
Glad you liked it. Thanks a lot for your comment. 😊
@saimiqbal1758
@saimiqbal1758 7 ай бұрын
Really appreciated... awesome way to teach... Great Superb🥰🥰🥰
@GreatStackDev
@GreatStackDev 7 ай бұрын
You're welcome. Thank you so much. 😊
@unboxingHUBindia
@unboxingHUBindia Жыл бұрын
Thank you so much brother I had seen so many videos but that videos program are getting any problem but Your video helps me to to complete my college project Once again a big thanks bro....
@eekka117
@eekka117 Жыл бұрын
Woah this one was so much easier than what i made. Thank you!!!!!!!
@Justicejr0010
@Justicejr0010 Жыл бұрын
🎉🎉🎉 I love the way you explain the work.. Easy to understand and follow up... ❤❤❤
@JACKYBOO2
@JACKYBOO2 5 ай бұрын
This is my second time doing one of your tutorials, unlike most, you actually explain what these things do. Now I understand a lot more about web development. Thanks! 🔥🔥
@GreatStackDev
@GreatStackDev 5 ай бұрын
You're very welcome!, Glad it helped you.
@Noobs_memes
@Noobs_memes 4 ай бұрын
same
@namupark6854
@namupark6854 Жыл бұрын
I love how you code - so simple yet effective! Thank you. I think it'd be nice to hear more explanation on javascript codes like toString().slice(0, -1) because I think that and eval() really makes things interesting. Thanks again!
@Deepika2002
@Deepika2002 Жыл бұрын
Thank you so much sir aaj mne pehla project bnaya h sirf aapki video ki help se😊😊😊😊
@MuudoNuux
@MuudoNuux Жыл бұрын
Thank you so much for helping my Home work ❤
@TemitopeOlakunle-b4u
@TemitopeOlakunle-b4u 2 ай бұрын
So helpful Much appreciated🎉🎉
@fabfitforever4934
@fabfitforever4934 Жыл бұрын
thank you for this, opened up my knowledge more about css!
@riyajdanish8431
@riyajdanish8431 Жыл бұрын
Great vedio i have learnt a lot from this vedio
@BohemianOnTheRoad
@BohemianOnTheRoad Жыл бұрын
thank you. i'm apply your js idea on front end mentor design , it's working nicely
@jamesmutungaaa
@jamesmutungaaa Жыл бұрын
Great tutorial! Simple and straightforward. Subscribed 👍
@madhanraju9422
@madhanraju9422 7 ай бұрын
Sss 😅
@NaveenkumarBommolla
@NaveenkumarBommolla Жыл бұрын
nice video sir, its very eassy to understand javascript .
@KuchOriemi
@KuchOriemi 10 ай бұрын
Wow this video is amazing very simple to understand great content thank you sir
@muzammilansari4443
@muzammilansari4443 Жыл бұрын
very simple and easy to learn thankyou so much please make many small project like this that enhance our java css html skills
@rahulsakaria2061
@rahulsakaria2061 Жыл бұрын
Nice Explaination Really Helpful 😁
@GreatStackDev
@GreatStackDev Жыл бұрын
Glad it helped, Thanks for comment
@PhatandChunky
@PhatandChunky Жыл бұрын
wow I've seen two other tutorials and some website tutorials and this one made it super damn easy. amazing video
@GreatStackDev
@GreatStackDev Жыл бұрын
glad you liked my tutorial. you will love this JS project too: kzbin.info/www/bejne/mYCQop15eMSIj7M
@unionwithgod673
@unionwithgod673 Жыл бұрын
Great job... Sir please we need lots of JavaScript videos
@sahabStores
@sahabStores 2 жыл бұрын
Thank you so much Sir. Enjoying every bit of your tutorial. Please more for JavaScript
@GreatStackDev
@GreatStackDev 2 жыл бұрын
Thanks Musa, Hope you will like this too: kzbin.info/www/bejne/mYCQop15eMSIj7M And More JavaScript projects here: kzbin.info/www/bejne/b329eHVphLGLhLM
@aashirhameed2526
@aashirhameed2526 Жыл бұрын
Thank you. It was a helpful tutorial to understand the concepts of JavaScript and use them in HTML.
@SakshamBali06
@SakshamBali06 11 ай бұрын
But bro where is the Javascript
@swarupavathipothala6849
@swarupavathipothala6849 11 ай бұрын
Really very nice explanation and i feel ooo how much simple is this ☺thank you soo much broo 🎉🎉🎉
@charlesotieno8778
@charlesotieno8778 Жыл бұрын
Really inspiring, insightful and educating tutorial. Keep it up🥇🏅
@Hooria_CodeHub12
@Hooria_CodeHub12 5 ай бұрын
Best explanation Sir ❤
@GreatStackDev
@GreatStackDev 5 ай бұрын
Glad you liked it. Thank You. 😊
@examtoppers7541
@examtoppers7541 Жыл бұрын
It was amazing experience by watching your videos. How softly and essily you are teaching us. Thanks alot❤
@originalni_popisovac
@originalni_popisovac Жыл бұрын
use normal emojis
@salamatuBussim
@salamatuBussim Жыл бұрын
Thanks 🙏
@generalkuze6893
@generalkuze6893 10 ай бұрын
Amazing, this channel is the best
@nishababu9093
@nishababu9093 8 ай бұрын
Thankyou sir.Its working perfectly.
@ryuu5109
@ryuu5109 2 жыл бұрын
Thank you so much I'm literally learning from you
@GreatStackDev
@GreatStackDev 2 жыл бұрын
Happy to help
@thedinkydreads9351
@thedinkydreads9351 8 ай бұрын
For some reason I can't get my input box to stop being a dark cube, but other than that, brilliant video. Great communication and easy to pick up for beginners like me - you've definitely got a sub from me!
@gabrielnganty9717
@gabrielnganty9717 Ай бұрын
thanks your video is very simple 🙂🙂🙂
@chibuzoronochie604
@chibuzoronochie604 Жыл бұрын
Fantastic Video. WELL DONE!
@GreatStackDev
@GreatStackDev Жыл бұрын
Thank you very much!
@phetnikonephandolack3481
@phetnikonephandolack3481 6 ай бұрын
Today you gave me one thing. The hardest thing is not doing it, but actually is my mind.
@MamunurRoshid93
@MamunurRoshid93 Жыл бұрын
great tutorial still I have seen ever. this tutorial very easy for beginers. thanks a lot bro
@Ugbechievictoria-vi3lt
@Ugbechievictoria-vi3lt 11 ай бұрын
So sample and easy , Good job sir 👏👍
@pranjalshrivastava7947
@pranjalshrivastava7947 Жыл бұрын
Working just fine ...nice tutorial 😀
@Codenow10222
@Codenow10222 9 ай бұрын
Imp note : No javascript is used in this tutorial so if you are watching this to practice js then dont.
@esclevi
@esclevi 14 күн бұрын
Great explanation, but you could have used value.slice(0,-1) in the deletion part to simplify the code, since it only captures the input and would be more functional without needing to declare a string and it would be better to handle the data. Creating methods and their values ​​as parameters would be more readable instead of creating a variable and its value several times, it would make it easier to implement new features and maintain the program. Thanks.
@OtebaKe
@OtebaKe Жыл бұрын
Great tutorial, however,it could be much better if you can enable Live extension so that we see every changes you are implementing... thanks
@vitalisya9
@vitalisya9 8 ай бұрын
who else is here for assignment
@TheAmaanAcademy
@TheAmaanAcademy 5 ай бұрын
Me😂😂
@Former_Zeals
@Former_Zeals 5 ай бұрын
Me
@anikchand4005
@anikchand4005 5 ай бұрын
me
@Nandyyyyyyyyyy
@Nandyyyyyyyyyy 5 ай бұрын
Guys i have an doubt
@MariyamSaleem-h1q
@MariyamSaleem-h1q 5 ай бұрын
Me
@nyokkongor3517
@nyokkongor3517 Жыл бұрын
I like how you approach at a concept with ease, great video content bro, be sure to receive a subscriber
@garudateleshop
@garudateleshop Жыл бұрын
I am very much happy with your tutorial. Good commanding and easy process. But I want this calculator using script function option. Please do one more video.
@thaynaramaciel3850
@thaynaramaciel3850 Жыл бұрын
Very helpful. Thank you, sir!
@andi-drr
@andi-drr Жыл бұрын
Thank you, quick and i learn more about html css js. Thank you
@GreatStackDev
@GreatStackDev Жыл бұрын
Glad it was helpful!
@sokhalida9245
@sokhalida9245 4 ай бұрын
this really help me with my project thanks you.
@NathanielMaraggun
@NathanielMaraggun Жыл бұрын
I like this video, It is easy to understand and easy to follow the code, I hope more easy HTML, CSS & Javascript tutorial or easy Full stack project for aspiring programmer people.
@ARSHAQOFFICIAL
@ARSHAQOFFICIAL Жыл бұрын
Nice video.. I really loved it.. ThankYou..💌
@radheytakle
@radheytakle Жыл бұрын
it works , thank you so much
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hi friends
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
I have.a problem please guide me
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
show it's not define and it's property is module can you help me
@shaharyarranjha3397
@shaharyarranjha3397 Жыл бұрын
Hi I have a some problem please can you guide clearly I write display. Value in onclick event but the console error show it's not define and it's property is module can you help me
@MuhammadJafar-ls9yf
@MuhammadJafar-ls9yf Жыл бұрын
It was amazing! It's so interesting for computer students.
@GreatStackDev
@GreatStackDev Жыл бұрын
Glad you think so
@Codewithganesh124
@Codewithganesh124 10 ай бұрын
Thankyou so much sir for about the project in the calculator by using html and css
@SandeepKumarSingh-g4i
@SandeepKumarSingh-g4i Жыл бұрын
Superb. Dude- your effort is awesome. I learnt a lot.
@oshiezz
@oshiezz Жыл бұрын
Love from america! this is awesome man
@annmutinda3532
@annmutinda3532 5 ай бұрын
Thank you sir, this was of great help
@brianbluue
@brianbluue Жыл бұрын
Amazing tutorial. You're Awesome man.
@isamsvideoediting4572
@isamsvideoediting4572 2 жыл бұрын
Thank you so much Avinash for this tutorial, This tutorial helped me understand JS very easily.
@GreatStackDev
@GreatStackDev 2 жыл бұрын
Glad you like this tutorial to make Calculator using JavaScript
@FelixMuia-t7n
@FelixMuia-t7n 8 ай бұрын
Thanks, your teaching is awesome
@KJchannel-i3e
@KJchannel-i3e 11 ай бұрын
Thank you so much for this video.
@danialali7967
@danialali7967 2 жыл бұрын
Excellent Tutorial😍😍
@GreatStackDev
@GreatStackDev 2 жыл бұрын
Thanks Danial, Glad you like this JavaScript calculator design tutorial
@amanmukhiya783
@amanmukhiya783 9 ай бұрын
i think you should explain a bit while using some inbuilt function like in 14:47 rest was Awesome
@tavishtayal1340
@tavishtayal1340 10 ай бұрын
thanks a lot sir it helped me alot
@CodingWorld369
@CodingWorld369 Жыл бұрын
But you used only html and CSS woww 😃 without javascript u made it ..👏🏻🔥
@GreatStackDev
@GreatStackDev Жыл бұрын
onclick="display.value += that is JS, Can't make it without JS
@mr.luhar143
@mr.luhar143 Жыл бұрын
@@GreatStackDev sir I have questions that if you used javascript so why you don't use script tag and we don't have to give function in onclick , you not use query selector Second confusion is display.value += 1 it is error because initially value is undefined
@CodingWorld369
@CodingWorld369 Жыл бұрын
@@GreatStackDev ohh great, but can you give answer to the @ff entertainment..?
@mubeenuddin8746
@mubeenuddin8746 Жыл бұрын
very nice .explained . if anybody having problem .pls rewatch it properly . most of the time it will help you
@rajeshwaris1091
@rajeshwaris1091 8 ай бұрын
Hello I had a doubt
@rajeshwaris1091
@rajeshwaris1091 8 ай бұрын
In css there is some code to align in centre of the web page a calculator but I had given a code according to the video in my lap but it's not working I have checked so many times . What's the reason!!
@mubeenuddin8746
@mubeenuddin8746 8 ай бұрын
@@rajeshwaris1091 Brother , I stoped coding I dont remember
@daddiflo
@daddiflo Жыл бұрын
THIS JUST HELPED ME WITH MY WEEKLY PROJECT. Thank you so much🙌🏼 Hope to see more
@almitajiri5951
@almitajiri5951 2 жыл бұрын
Thank you sir it's very helpfull🙏
@GreatStackDev
@GreatStackDev 2 жыл бұрын
Most welcome
@imranrazzaq8923
@imranrazzaq8923 Жыл бұрын
Amazing work in HTML and CSS file. But there i sno JavaScripting in this project.
@vichu_r15
@vichu_r15 Жыл бұрын
You teaching me today task Thk u
@iMonu
@iMonu 2 жыл бұрын
You've been very active lately...thanks for the tutorials and keep up the hard work. ✌
@GreatStackDev
@GreatStackDev 2 жыл бұрын
hope you will like this stopwatch tutorial too: kzbin.info/www/bejne/mYCQop15eMSIj7M
@iMonu
@iMonu 2 жыл бұрын
​@@GreatStackDev thank you so much for the recommendation...already made my stopwatch using your video with some of my own enhancements and added it to my list of projects 😇
@Sudicomputer
@Sudicomputer 9 ай бұрын
Thank you my brother good job i am from in ethiopia 🇪🇹
@aashutoshshenvi3865
@aashutoshshenvi3865 Жыл бұрын
Thank u sir it was very helpfull ❤❤❤❤❤
@singletrackstatus1505
@singletrackstatus1505 Жыл бұрын
While eval() can be powerful, it should be used with caution because it can execute arbitrary code and potentially introduce security risks. It's often better to use alternative methods for dynamic code execution, like using functions or JSON parsing, to avoid potential issues.
@-sheny215
@-sheny215 Жыл бұрын
although it didnt even need JS, cool vid :) nice basis to work on!
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 728 М.
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
How to make a Calculator using HTML CSS JavaScript
21:51
Code Traversal
Рет қаралды 974 М.
html project calculator with CSS AND JAVASCRIPT
23:37
Goodyman Cares
Рет қаралды 440
How To Make A Music Player Using HTML CSS And JavaScript
29:46
GreatStack
Рет қаралды 269 М.
Create a Responsive Calculator in HTML CSS & JavaScript
12:43
CodingLab
Рет қаралды 98 М.
How to Create Analog Clock using HTML CSS and JavaScript
28:17
Code Traversal
Рет қаралды 834 М.
ASMR Programming - Weather App With Javascript - No Talking
20:30
AsmrProg
Рет қаралды 2,9 МЛН
Create a simple calculator using HTML, CSS, JavaScript
13:35
JavaScript Academy
Рет қаралды 253 М.