How To Make QR Code Generator Website Using HTML CSS And JavaScript

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • Learn How To Make QR Code Generator Website Using HTML CSS And JavaScript | Make QR Code Generator Using JavaScript
    #JavaScript #QRCode #WebDevelopment
    👉 Download 30 JavaScript projects Source Code (Including QR Code Generator):
    greatstack.dev...
    ❤️ SUBSCRIBE: goo.gl/tTFmPb
    Here in this video we will make QR Code Generator with Fee QR Code Generator API link given below. This QR Code Generator can make QR Code of any Text or Link. You will get the QR Code in Image format. We will make it using HTML CSS and JavaScript.
    QR Code API: goqr.me/api/
    -----------------------------------------
    Suggested Course:
    ❤️ Complete website Using HTML and CSS
    ✔️ 8 Complete website step by step
    ✔️ Source Code Download
    ✔️ 76 Lectures, 12 Hours Video
    ✔️ Course Completion certificate
    👉 easytutorialsp...
    -------------------------------------
    Recommended Videos:
    Learn Complete HTML and CSS from basics:
    ► • HTML And CSS Tutorial ...
    Make A Complete Website for college using HTML & CSS:
    ► • How To Make A College ...
    How to make a Business website step by step:
    ► • How To Make Website Us...
    How to make personal resume website step by step:
    ► • How To Make A Website ...
    How to make fitness website design using HTML CSS:
    ► • How To Make A Website ...
    How to make an Ecommerce Website Design:
    ► • How To Make eCommerce ...
    How to make a Job Portal website design with HTML & CSS:
    ► • How To Make Website Us...
    How to make travel website design with HTML CSS Bootstrap:
    ► • How To Make A Website ...
    -------------------------------------
    Affordable web hosting (coupon- EASYTUTORIALS)
    👉 easytutorialsp...
    My recommended tools and tutorials
    👉 easytutorialsp...
    -------------------------------------
    ◼️ Source code link is shared in community post for all my coding videos exclusively for channel members (only channel members can see)
    Join Channel Membership:
    ► / @greatstackdev
    -------------------------------------
    Like - Follow & Subscribe us:
    ◼️ CZcams: goo.gl/tTFmPb
    ◼️ Facebook: goo.gl/qv7tEQ
    ◼️ Twitter: / itsavinashkr
    ◼️ Instagram: / iamavinashkr

Komentáře • 198

  • @chargeff06
    @chargeff06 Před 19 dny +3

    guys, just add .trim() so that extra spaces will also be trimmed
    if(qrText.value.trim().length > 0)

  • @unclemuhsinmathclass
    @unclemuhsinmathclass Před rokem +13

    This is my tertiary institution. God bless you Sir.

  • @AkshitModhiya
    @AkshitModhiya Před rokem +10

    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 🫰

  • @Ri_Mohammed
    @Ri_Mohammed Před rokem +3

    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
      @GreatStackDev  Před rokem +2

      Thank you so much 😀

    • @AduleLucky
      @AduleLucky Před 3 měsíci

      I really enjoy following your tutorials 👍👍👍 you really explain the contents very well

  • @WillyRahmannanoff
    @WillyRahmannanoff Před rokem +7

    Excellent tutorial. Easy to follow, useful, and practical.

  • @ToycarsaddictDaily
    @ToycarsaddictDaily Před rokem +1

    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

  • @anshikachaudhary9178
    @anshikachaudhary9178 Před rokem +3

    really helpful for basic level developers as well as advance developers, keep going 😃😃😃

  • @isamsvideoediting4572
    @isamsvideoediting4572 Před rokem +3

    Thanks Avinash for your wonderful tutorials. Your channel is a goldmine. I get a lot of benefits from your tutorials.

  • @ArtByGerrett
    @ArtByGerrett Před 10 měsíci +1

    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.

  • @ojileemmanuel6817
    @ojileemmanuel6817 Před rokem +3

    This was really helpful in my DOM manipulation understanding 😌 Keep Up The Good Work👏

  • @FaraidunHussain
    @FaraidunHussain Před rokem +3

    All the way,you’re a great Teacher.

  • @sameeransari4898
    @sameeransari4898 Před rokem +1

    I watched to may video but this tutorial was very easy thanks.💟💟💟💟💟

  • @keshavkekane6508
    @keshavkekane6508 Před rokem +4

    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
      @GreatStackDev  Před rokem +1

      replace with this line of code
      qrImage.src = "barcodeapi.org/api/auto/" + qrText.value;

    • @keshavkekane6508
      @keshavkekane6508 Před rokem

      @@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
      @vishalmishra9885 Před rokem

      QR IMG sir not load it

  • @quantyquanty3724
    @quantyquanty3724 Před rokem +5

    Very useful tool you have shared here. Can you make an updated version with logo and other files input? Thanks in advance.

    • @EVGAMING5512
      @EVGAMING5512 Před 8 měsíci

      Bhai tujhe taare kyu mile hai 😅😅

    • @chargeff06
      @chargeff06 Před 19 dny

      @@EVGAMING5512 vo member hain

  • @stutichoudhury5310
    @stutichoudhury5310 Před rokem +2

    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 !!

  • @rahulrj5884
    @rahulrj5884 Před měsícem +1

    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.

  • @Soulcode-k
    @Soulcode-k Před 9 dny

    I actually modified the code a little and because of that it was enjoyable. I did it in my first try❤❤❤❤

  • @TheFkedOnes
    @TheFkedOnes Před 7 měsíci +22

    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_
      @Evertus_ Před 6 měsíci

      What is wrong with your file? Should be no issue

    • @nnaemekasolomon3534
      @nnaemekasolomon3534 Před 6 měsíci +2

      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 👍

    • @alexkosgei4469
      @alexkosgei4469 Před 4 měsíci

      I have the same problem 😕

    • @neon_panda_2604
      @neon_panda_2604 Před 3 měsíci

      Brother Same I have Tried To check it again and again but no error was there.... Can Somebody Please Help me

    • @ManasRanjanSahu
      @ManasRanjanSahu Před 2 měsíci +1

      I have the same problem also 😢

  • @sherwintayo1286
    @sherwintayo1286 Před rokem

    Your videos is very helpful to explre and learn, and I wish you will always explain the code in every video that you upload😊😊

  • @SurajSalve-kn4sn
    @SurajSalve-kn4sn Před rokem +1

    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

  • @movieshub-y2q
    @movieshub-y2q Před rokem

    I am watching your almost all your video sir really helpful😊😊

  • @KITYASAMUEL
    @KITYASAMUEL Před 9 měsíci

    It works
    thank you for working tirelessly to teach us how to code

  • @ReenaYadav-ni2ow
    @ReenaYadav-ni2ow Před 2 měsíci +1

    yes its working , very helpfull tutorial.. thanks

    • @GreatStackDev
      @GreatStackDev  Před 2 měsíci

      Glad you liked it. Thanks for your comment. 😊

  • @HCxSVQ
    @HCxSVQ Před 6 měsíci

    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 :(

  • @ravindrasarode6752
    @ravindrasarode6752 Před rokem

    Thanks a Lot man, its really useful and practical, excellent work man 😍

  • @priyapajjuri3517
    @priyapajjuri3517 Před 25 dny

    Excellent teaching sir

  • @Deephika.
    @Deephika. Před 11 měsíci

    It's working man.. really awesome.. thank you so much

  • @shibin2188
    @shibin2188 Před rokem

    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

  • @gurvirsinghkhalsa614
    @gurvirsinghkhalsa614 Před rokem

    Really Amazing Tutorial ... I will definately try This one :) ... Give some tutorial on QR code scanner or reader

  • @muhammadmunsif260
    @muhammadmunsif260 Před 3 měsíci

    great my dear sir the way you teach us amazing and outstanding and its work

  • @obisistus472
    @obisistus472 Před rokem +2

    Awesome. Please is there a way you can make the QR code download able?

  • @seshadridutta4128
    @seshadridutta4128 Před měsícem

    Thank You for the awesome tutorial! Its really working:)

  • @konstantinreut2577
    @konstantinreut2577 Před 9 měsíci

    Wonderful lesson! Thank you!

  • @mitoskatsa1091
    @mitoskatsa1091 Před 8 měsíci

    very good video mi friend good job thank you i have watched two of them so far and they are both excellent

  • @samircolpasgonzalez5638
    @samircolpasgonzalez5638 Před rokem +1

    very helpful tutorial, thank you for your content!

  • @super-TechCctv
    @super-TechCctv Před 8 měsíci

    thank you for making this helpful video for US Thanks brother!❤

  • @daniaroundtheworld1357
    @daniaroundtheworld1357 Před 7 měsíci

    It works great! Thank you!

  • @donkris2062
    @donkris2062 Před rokem +1

    very good video, I am very big fun of your work mate!

  • @Applecitylightkiwi
    @Applecitylightkiwi Před 10 měsíci

    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");
    }

  • @alissontomazelli
    @alissontomazelli Před 5 měsíci

    Amazing man, thanks for your help.

  • @avtandilbagration6327
    @avtandilbagration6327 Před 5 měsíci

    Thank you for the video your are the best !!!

  • @reddy-kumar12
    @reddy-kumar12 Před 5 měsíci

    very helpful tutorial, thank you for this video

  • @prodsmavs
    @prodsmavs Před 11 měsíci +1

    Hey there, how did you change the default colors of the code editor. I noticed your CSS has different font colors in VScode

  • @pervinnahid1667
    @pervinnahid1667 Před 5 měsíci

    Thanks a lot for this helpful video.......

  • @nkmcreationzz5999
    @nkmcreationzz5999 Před rokem

    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
      @GreatStackDev  Před rokem +1

      sorry i just make front end tutorials on my channel

    • @uidairasra
      @uidairasra Před rokem

      @@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

  • @tamil_pasanga8225
    @tamil_pasanga8225 Před 5 měsíci

    Thanks brother, it's working ❤

  • @tebiksingh
    @tebiksingh Před 8 měsíci

    Thank you so much master, this is awesome

  • @Kodjomessie
    @Kodjomessie Před 4 měsíci

    This is Great!
    I love it

  • @User--died1234
    @User--died1234 Před 23 dny

    great work but it would be better if we could have downloaded the QR code in jpg format

  • @dadi_vlogs3254
    @dadi_vlogs3254 Před 9 měsíci

    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.

  • @pain5772
    @pain5772 Před 10 měsíci +1

    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

  • @Dr.smileclinic
    @Dr.smileclinic Před rokem

    You make anything easy bro..thanks

  • @saisekhar5168
    @saisekhar5168 Před měsícem

    its helpfull broo!!!

  • @ravikantsbiradarravikantsb5807

    Broo make a video how to start web development journey....plz

    • @GreatStackDev
      @GreatStackDev  Před rokem

      start with this tutorial: czcams.com/video/GAZVvpjxYQY/video.html

  • @maxlearningtech3423
    @maxlearningtech3423 Před rokem +2

    The best

  • @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.

  • @sunnymeghrajani8776
    @sunnymeghrajani8776 Před 4 měsíci

    Can we make a music player in which we can search a particular song and using api it will show and play using javascript?

  • @muhamadwisnumubarok5955

    thank u sir, from indonesia

  • @OladipupoAyokunmi-kv3eb

    thanks so much
    Nice job bro

  • @ash_king3740
    @ash_king3740 Před 24 dny

    i loved that shaking part of the vedio

  • @MclubTH
    @MclubTH Před měsícem

    Hello teacher, do you want us to be able to download the QR cod it?

  • @aishwaryakamati8071
    @aishwaryakamati8071 Před 9 měsíci

    Sir i want become like u sir in coding how it become so r u plz comment what step i have to follow sir

  • @souravnaskar9880
    @souravnaskar9880 Před rokem

    Make a full basic video of JavaScript.
    please
    I want to know JavaScript
    Upload videos via playlists.
    Please sir🙏🏻🙏🏻🙏🏻 .

  • @shubhamrathod9249
    @shubhamrathod9249 Před 3 měsíci +1

    Thank you

  • @souravnaskar9880
    @souravnaskar9880 Před rokem

    How to get started with the basics of JavaScript.
    How to learn javascript step by step for beginner.
    Please 🙏🏻🙏🏻

  • @user-vn3qd9cw8d
    @user-vn3qd9cw8d Před 14 dny

    Sir I don't have option open with live server can you guide me how I run this code please

  • @aorippedbandaid3711
    @aorippedbandaid3711 Před 11 měsíci

    if the input box has a bunch of spaces then the .text.length would be >0. How to account for empty spaces exclusively?

  • @sidtech10
    @sidtech10 Před rokem

    so helpfull and easy

  • @greentube2024
    @greentube2024 Před rokem

    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❤.

  • @Sandy-WebFlow
    @Sandy-WebFlow Před 3 měsíci

    Thanku sir it's work

  • @davinalfredo484
    @davinalfredo484 Před 7 měsíci

    How to change the color of the qr code and maybe add some logo or either frame on it?

  • @celticspyd5887
    @celticspyd5887 Před 5 měsíci

    CAN YOU MAKE ON REACT JS THE SAME FOR EX AFTER SCANNING IT SHOULD SHOW MY WEBSITE

  • @vidyazade7625
    @vidyazade7625 Před 10 měsíci

    thankyou @GreatStack for your wonderfull tutorials, it helps a lot

  • @sarasarsora5385
    @sarasarsora5385 Před rokem

    Thank you very much

  • @Storos
    @Storos Před rokem +1

    Awesome!!!

  • @SarojAgnihotri_Vlog
    @SarojAgnihotri_Vlog Před rokem

    Thank you sir

  • @uidairasra
    @uidairasra Před rokem

    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

  • @Onepiece_legends
    @Onepiece_legends Před rokem

    nice tuto , are u selling code source of this code ? because i want to download it but i didn't find it

  • @yashwairagade3677
    @yashwairagade3677 Před 4 měsíci

    tell me how can we do for payment urls

  • @rahulshendre7089
    @rahulshendre7089 Před měsícem

    thanks a lot

  • @RACHIDZE
    @RACHIDZE Před rokem

    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?

  • @ozodbek_developer
    @ozodbek_developer Před 3 měsíci +1

    great

  • @biologyfacts2760
    @biologyfacts2760 Před 11 měsíci

    yes it is working thanks

  • @aimanshaikh4368
    @aimanshaikh4368 Před 6 měsíci

    All your js projects are not responsive for all devices..how to make it responsive..kindly guide

  • @vigneshvicks6805
    @vigneshvicks6805 Před rokem

    Hello Sir
    How to integrate this QR code into the CK editor?

  • @goodlaugh1094
    @goodlaugh1094 Před rokem

    Please help me with the QR link. I can not get it to work.

  • @user-xx2jl2tl9g
    @user-xx2jl2tl9g Před rokem

    Sir its Working but it don't go directly to web site , its shows the website link , what ever I typed in input field

  • @jayaramahospet
    @jayaramahospet Před měsícem

    working on thankyou

  • @chamith_z1298
    @chamith_z1298 Před rokem

    thankx sir

  • @zia___7866
    @zia___7866 Před rokem

    Very Good

  • @sanjeev1574
    @sanjeev1574 Před 8 měsíci

    thank you ❤

  • @yashwanthreddy1048
    @yashwanthreddy1048 Před 11 měsíci

    you should have provided an link to download source code in Description

  • @user-fu7ku6qp8x
    @user-fu7ku6qp8x Před 9 měsíci

    Please sir I have typed the codes exactly but the qr code is not displaying please help me on what to do

  • @tonsantos21
    @tonsantos21 Před 9 měsíci

    Yeah but what if I want to generate a qr with sensitive data?

  • @mayankcharan1688
    @mayankcharan1688 Před 7 měsíci

    Great project

  • @Ilya-mi7eg
    @Ilya-mi7eg Před rokem

    Where to find open source qr code without using libraries ?

  • @charlzz014
    @charlzz014 Před 2 měsíci

    why the image of my qr code not showing?

  • @pujarveeresh988
    @pujarveeresh988 Před 7 měsíci

    whenever I scan the QR code from my mobile, it shows undefined

  • @zalagautamsinh9711
    @zalagautamsinh9711 Před 11 měsíci

    Hy bro kya qr code me image dal sakte he kya❤

  • @kritikasoni9730
    @kritikasoni9730 Před rokem

    very nice