guys, just add .trim() so that extra spaces will also be trimmed if(qrText.value.trim().length > 0)
@AkshitModhiya Жыл бұрын
Whatever lectures you teach, you teach very well and in a very easy way & this is best sir... Please make a full course of JavaScript 🫰
@unclemuhsinmathclass Жыл бұрын
This is my tertiary institution. God bless you Sir.
@lordphemstar Жыл бұрын
As funny as it may sound.. It's so true... As it's same here with me
@unclemuhsinmathclass Жыл бұрын
@@lordphemstar Thank you bro.
@asifahammed2524 Жыл бұрын
❤️
@adityarajsah4142 ай бұрын
Complited the video in 50 minutes, very clear video and understandable
@GreatStackDev2 ай бұрын
Glad you liked it! Thank you. 😊 Keep coding.
@rahulrj58844 ай бұрын
Sometimes API's doesn't work,there are multiple third party free API's present ,if this API is not working then just try with another API link,it will work.
@Ri_Mohammed Жыл бұрын
Today I completed all your video that u upload from past... It's my patience and hard work doing from last 3 month .. also your content support
@GreatStackDev Жыл бұрын
Thank you so much 😀
@AduleLucky6 ай бұрын
I really enjoy following your tutorials 👍👍👍 you really explain the contents very well
@sameeransari4898 Жыл бұрын
I watched to may video but this tutorial was very easy thanks.💟💟💟💟💟
@HCxSVQ9 ай бұрын
I liked it, I miss the possibility to generate the QR with an image in the middle, as many businesses do. I tried to do it myself but the image covers part of the QR so it is impossible to be scanned :(
@FaraidunHussain Жыл бұрын
All the way,you’re a great Teacher.
@WillyRahmannanoff Жыл бұрын
Excellent tutorial. Easy to follow, useful, and practical.
@ArtByGerrett Жыл бұрын
thank you for the tutorial! It was fun working on this. I even adding a background-color to the qrText box. If an error occurred not only did it shake but it would turn red as well.
@plabanijena13069 ай бұрын
how? send the code plz
@Applecitylightkiwi Жыл бұрын
thanks. i extended this tut by using another barcode api, and looping through the values and select them, then join in the link let selectedOptions = []; options.forEach(function(option) { if (option.selected > 0) { selectedOptions.push(option.value); } }); if (inputText.value && selectedOptions.length > 0) { BC.src = "apiurl :D" + selectedOptions.join("/") + "/" + inputText.value; } else { alert("Either barcode or text is invalid"); }
@anshikachaudhary9178 Жыл бұрын
really helpful for basic level developers as well as advance developers, keep going 😃😃😃
@GreatStackDev Жыл бұрын
Thanks 🙂
@SurajSalve-kn4sn Жыл бұрын
You have make wonderful with best guides, but sir i am geeting issue in ^script^ my qr code is not able to seen sir plz suggest
@Soulcode-k3 ай бұрын
I actually modified the code a little and because of that it was enjoyable. I did it in my first try❤❤❤❤
@ojileemmanuel6817 Жыл бұрын
This was really helpful in my DOM manipulation understanding 😌 Keep Up The Good Work👏
@isamsvideoediting4572 Жыл бұрын
Thanks Avinash for your wonderful tutorials. Your channel is a goldmine. I get a lot of benefits from your tutorials.
@GreatStackDev Жыл бұрын
Thanks a ton
@isamsvideoediting4572 Жыл бұрын
Welcome 😊
@KITYASAMUEL Жыл бұрын
It works thank you for working tirelessly to teach us how to code
@ReenaYadav-ni2ow5 ай бұрын
yes its working , very helpfull tutorial.. thanks
@GreatStackDev5 ай бұрын
Glad you liked it. Thanks for your comment. 😊
@obisistus472 Жыл бұрын
Awesome. Please is there a way you can make the QR code download able?
@ToycarsaddictDaily Жыл бұрын
Very cool :D What about a download button then to download the generated QR Code as a JPG image? I'm currently stuggeling with that! Thank you :D
@movieshub-y2q Жыл бұрын
I am watching your almost all your video sir really helpful😊😊
@sherwintayo1286 Жыл бұрын
Your videos is very helpful to explre and learn, and I wish you will always explain the code in every video that you upload😊😊
@souravnaskar9880 Жыл бұрын
How to get started with the basics of JavaScript. How to learn javascript step by step for beginner. Please 🙏🏻🙏🏻
@souravnaskar9880 Жыл бұрын
Make a full basic video of JavaScript. please I want to know JavaScript Upload videos via playlists. Please sir🙏🏻🙏🏻🙏🏻 .
@quantyquanty3724 Жыл бұрын
Very useful tool you have shared here. Can you make an updated version with logo and other files input? Thanks in advance.
@EVGAMING551211 ай бұрын
Bhai tujhe taare kyu mile hai 😅😅
@shifteditz063 ай бұрын
@@EVGAMING5512 vo member hain
@Deephika. Жыл бұрын
It's working man.. really awesome.. thank you so much
@shibin2188 Жыл бұрын
It was a really helpful video. I wanted to make a dynamic qr code generator website. Hope you will make a video on that topic
@keshavkekane6508 Жыл бұрын
Thanks for this video. I regularly follow up your tutorials and they are all very useful for learning. This one about QR code is good to use as well. Can we have similar tutorial for barcode generator? I tried barcode API to replace your given QR code API, but it seems, it needs some more settings.
@GreatStackDev Жыл бұрын
replace with this line of code qrImage.src = "barcodeapi.org/api/auto/" + qrText.value;
@keshavkekane6508 Жыл бұрын
@@GreatStackDev Thanks for the quick help. I changed accordingly, and it now can generate a barcode. But the scanner does not scan it on PC monitor. Probably, does it need to be printed on paper and then scan?
@vishalmishra9885 Жыл бұрын
QR IMG sir not load it
@muhammadmunsif2606 ай бұрын
great my dear sir the way you teach us amazing and outstanding and its work
@stutichoudhury5310 Жыл бұрын
This video is so helpful..thank you so much for providing it 😊. Can you please make a video on QR Code Scanner using HTML, CSS and JavaScript ? Please !!
@gurvirsinghkhalsa614 Жыл бұрын
Really Amazing Tutorial ... I will definately try This one :) ... Give some tutorial on QR code scanner or reader
@christophermawela3318Ай бұрын
Thanks Avinash, working well...
@super-TechCctv11 ай бұрын
thank you for making this helpful video for US Thanks brother!❤
@seshadridutta41284 ай бұрын
Thank You for the awesome tutorial! Its really working:)
@ravikantsbiradarravikantsb5807 Жыл бұрын
Broo make a video how to start web development journey....plz
@GreatStackDev Жыл бұрын
start with this tutorial: kzbin.info/www/bejne/fXK9h6mmn92Mh7s
@TheFkedOnes10 ай бұрын
Everytime I try to follow your tutorials, they just won't work. I have no idea what I am doing wrong, and it is getting really annoying.
@Evertus_9 ай бұрын
What is wrong with your file? Should be no issue
@nnaemekasolomon35349 ай бұрын
I also faced the same challenge with this video. The QR Code wasn't working, I checked and checked to see if there was any error or bug in my code, but there was none. I didn't really know what went wrong. 😢 But in all, the video was great, good one sir 👍
@alexkosgei44697 ай бұрын
I have the same problem 😕
@neon_panda_26046 ай бұрын
Brother Same I have Tried To check it again and again but no error was there.... Can Somebody Please Help me
@ManasRanjanSahu5 ай бұрын
I have the same problem also 😢
@specialcharactersarentallo9855 Жыл бұрын
Hello, this was a very great help. But i have 4 inputs in my code how do i add more qrText.value in my qr code so all my input will show when i scan the qr or is it even possible.
@dadi_vlogs3254 Жыл бұрын
Hello Avinashi bro I wish I write your name correctly, lots of thank about your videos. but I have a question : - If we want to generate QR Code of number 0, what should we do in code to make it works well.
@aishwaryakamati8071 Жыл бұрын
Sir i want become like u sir in coding how it become so r u plz comment what step i have to follow sir
@mitoskatsa109111 ай бұрын
very good video mi friend good job thank you i have watched two of them so far and they are both excellent
@pain5772 Жыл бұрын
Sir plzz help qr-code is not showing The problem is in when i use id the animation is working but qr-code is not showing. But when i use class instead of id it shows qr-code but not the animation. Please help sir
@prodsmavs Жыл бұрын
Hey there, how did you change the default colors of the code editor. I noticed your CSS has different font colors in VScode
@User--died12343 ай бұрын
great work but it would be better if we could have downloaded the QR code in jpg format
@dreamdiary_79027 күн бұрын
HOW to adda button in input box to clear the text of input field and remove the generated qrcode
@reddy-kumar128 ай бұрын
very helpful tutorial, thank you for this video
@daniaroundtheworld135710 ай бұрын
It works great! Thank you!
@alissontomazelli8 ай бұрын
Amazing man, thanks for your help.
@ravindrasarode6752 Жыл бұрын
Thanks a Lot man, its really useful and practical, excellent work man 😍
@priyapajjuri35173 ай бұрын
Excellent teaching sir
@donkris2062 Жыл бұрын
very good video, I am very big fun of your work mate!
@GreatStackDev Жыл бұрын
Glad to hear it!
@konstantinreut2577 Жыл бұрын
Wonderful lesson! Thank you!
@vidyazade7625 Жыл бұрын
thankyou @GreatStack for your wonderfull tutorials, it helps a lot
@yashwanthreddy1048 Жыл бұрын
you should have provided an link to download source code in Description
@avtandilbagration63277 ай бұрын
Thank you for the video your are the best !!!
@samircolpasgonzalez5638 Жыл бұрын
very helpful tutorial, thank you for your content!
@nkmcreationzz5999 Жыл бұрын
hi Sir ,Thanks much for the wonderful tutorials.I have watched "e-commerce website design using html and css" videos and Iam able to create one now 😊 .But confused with database ,like how do we get user's selection when they do purchase and all.Could you pls add a video for this.Thank you
@GreatStackDev Жыл бұрын
sorry i just make front end tutorials on my channel
@uidairasra Жыл бұрын
@@GreatStackDev bhai kisi bhej document ka format kaise banate hai adhar card aur aay jaati niwas ka dob ka kaise banate hai please is bare me bataye for education purpuce
@greentube2024 Жыл бұрын
Thank you very much❤. Bro could you please explain how to download this qr code as png file format. I would be grateful to you if you provide the information. Thank you❤.
@tebiksingh11 ай бұрын
Thank you so much master, this is awesome
@pervinnahid16678 ай бұрын
Thanks a lot for this helpful video.......
@davinalfredo48410 ай бұрын
How to change the color of the qr code and maybe add some logo or either frame on it?
@RACHIDZE Жыл бұрын
Hi I have an application works as a website as technical support, not work due can't open a xml files Can you help me?
@Dr.smileclinic Жыл бұрын
You make anything easy bro..thanks
@GreatStackDev Жыл бұрын
Thanks to you Satheesh
@aorippedbandaid3711 Жыл бұрын
if the input box has a bunch of spaces then the .text.length would be >0. How to account for empty spaces exclusively?
@wiccanmarvelous Жыл бұрын
qrText.value.trim().length > 0
@tamil_pasanga82258 ай бұрын
Thanks brother, it's working ❤
@Onepiece_legends Жыл бұрын
nice tuto , are u selling code source of this code ? because i want to download it but i didn't find it
@maxlearningtech3423 Жыл бұрын
The best
@GreatStackDev Жыл бұрын
Thanks
@sunnymeghrajani87767 ай бұрын
Can we make a music player in which we can search a particular song and using api it will show and play using javascript?
@MoforGodwill Жыл бұрын
Please sir I have typed the codes exactly but the qr code is not displaying please help me on what to do
@ash_king37403 ай бұрын
i loved that shaking part of the vedio
@muhamadwisnumubarok5955 Жыл бұрын
thank u sir, from indonesia
@AnuradhaBiradar-e4g3 ай бұрын
Sir I don't have option open with live server can you guide me how I run this code please
@aimanshaikh43689 ай бұрын
All your js projects are not responsive for all devices..how to make it responsive..kindly guide
@Ilya-mi7eg Жыл бұрын
Where to find open source qr code without using libraries ?
@goodlaugh1094 Жыл бұрын
Please help me with the QR link. I can not get it to work.
@HemanthSiddani Жыл бұрын
Sir its Working but it don't go directly to web site , its shows the website link , what ever I typed in input field
@OladipupoAyokunmi-kv3eb Жыл бұрын
thanks so much Nice job bro
@tonsantos21 Жыл бұрын
Yeah but what if I want to generate a qr with sensitive data?
@pujarveeresh98810 ай бұрын
whenever I scan the QR code from my mobile, it shows undefined
@Kodjomessie7 ай бұрын
This is Great! I love it
@uidairasra Жыл бұрын
bhai kisi bhej document ka format kaise banate hai adhar card aur aay jaati niwas ka dob ka kaise banate hai please is bare me bataye for education purpuce
@vigneshvicks6805 Жыл бұрын
Hello Sir How to integrate this QR code into the CK editor?
@ThisizMrX Жыл бұрын
can u share this whole code i just copy paste it and make me website
@celticspyd58878 ай бұрын
CAN YOU MAKE ON REACT JS THE SAME FOR EX AFTER SCANNING IT SHOULD SHOW MY WEBSITE
@yashwanthreddy1048 Жыл бұрын
i executed the code .but didn;t get proper output like after asssigning some text in the text box ,QR code is not generated.
@pain5772 Жыл бұрын
Yeah me too. If you get the solution plzz tell me
@sanuPatel-d5g11 күн бұрын
Can we create a QR Code generator without API ?????
@sidtech10 Жыл бұрын
so helpfull and easy
@biologyfacts2760 Жыл бұрын
yes it is working thanks
@sarasarsora5385 Жыл бұрын
Thank you very much
@yashwairagade36777 ай бұрын
tell me how can we do for payment urls
@zia___7866 Жыл бұрын
Very Good
@saisekhar51684 ай бұрын
its helpfull broo!!!
@SarojAgnihotri_Vlog Жыл бұрын
Thank you sir
@rudrakhatri1256 Жыл бұрын
Can we create qr code of pdf using api qrcode ?
@mayankcharan168810 ай бұрын
Great project
@Nicola_Tesla452 Жыл бұрын
Hello 🤗 I want to make a video on how to design a complete website using html, css, JavaScript , php
@lordphemstar Жыл бұрын
I guess avinash is a front end developer and not a full stack and even if he is a full stack developer... He wouldn't love to teach the back end part of it