Random Quote Generator! HTML CSS Javascript For beginners! FreeCodeCamp!

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 67

  • @hannadavis4711
    @hannadavis4711 2 ปีที่แล้ว +5

    I have NEVER done anything with code before and followed along. The ONLY difference I had was for some reason my colored boxes around my headers were way wider than my text but I’m so happy I could even follow along. Thanks so much

    • @marvhartigan3677
      @marvhartigan3677 2 ปีที่แล้ว

      good going Hannah!

    • @katzen9057
      @katzen9057 2 ปีที่แล้ว

      I had the same issue! I think it may depend on the version of Bootstrap you put into your href. I had those really wide boxes too with v5.1.3
      I switched it to the v4.6.1 link on the website and my boxes looked like the one in the video.
      Hope this helps someone!

  • @cooksfriend9774
    @cooksfriend9774 3 ปีที่แล้ว +1

    Bruh, you quite literally saved me. I was stuck on the randomization part for a day and a half couldn't figure it out.

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      That is awesome! So glad that it helped!

  • @Abaramotorai
    @Abaramotorai 3 ปีที่แล้ว +2

    As a teacher congratulations. Awesome class! Very well explained. I will follow you on twitter and podcast.

  • @fuunhyde9795
    @fuunhyde9795 2 ปีที่แล้ว

    OML you helped me a lot! I was fallowing other tutorials but nothing worked, but yours worked and you explained it so well, thank you very much

  • @prashanttanwar3261
    @prashanttanwar3261 4 ปีที่แล้ว +1

    Wow, i was just learning about numbers method and random number generation. And this project is worth making for learning

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว +1

      So glad that you like it! Going to be doing a lot more JavaScript projects soon! Recording the next one really soon!

  • @bogoreh028
    @bogoreh028 3 ปีที่แล้ว

    I Understand very easy way, i will upload Github thanks DThompsonDev

  • @christopherjspiteri
    @christopherjspiteri 4 ปีที่แล้ว +1

    Thanks for the excellent breakdown. Hope to learn more from your channel. Be well, stay healthy.

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว

      Thank you! Glad you liked it!

  • @Yukiyuyy
    @Yukiyuyy 3 ปีที่แล้ว +2

    Hi! I m really grateful for your tutorial ! But I wonder how can I make quotes to not repeat, so they show up only once . I am new to programming cuz I made this quote machine just as a small present for my bf.

  • @hahathatshoney118
    @hahathatshoney118 3 ปีที่แล้ว +1

    How do i get this project saved as a link i can send to people? I myself can use the link from the quote generator in the video, but no one else i send it to can open the link or use it.

  • @gabrieleansaldo8211
    @gabrieleansaldo8211 3 ปีที่แล้ว +1

    Such a clear tutorial thanks so much! I was wondering how I could now upload these files onto a Wix project so that this website could go live. Would be great if anyone could help

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      Not sure why you would want to add custom code like this to a wix site but here is a way to add custom code from the Wix Help center. support.wix.com/en/article/embedding-custom-code-to-your-site

  • @harmonymartin4821
    @harmonymartin4821 3 ปีที่แล้ว

    Brilliant video, very clear and easy to follow for beginners as I am a total noob and don't know what any of this stuff means hahaha
    I have managed to get everything working up until the point of actually getting the quotes to randomly generate. Not sure what I have done wrong but I am going to keep playing around with it. Do you have any further videos/tutorials/resources to recommend to take this project further in terms of actually getting a random generator into a functioning website?

  • @aajkibat4412
    @aajkibat4412 4 ปีที่แล้ว +1

    Love you bro ..., plz make more video about responsive css tutorials.
    By the way I follow everywhere 😘

  • @fabicreativemoviemaker3327
    @fabicreativemoviemaker3327 3 ปีที่แล้ว +1

    Thanks from Germany ! :)

  • @aayushpandey228
    @aayushpandey228 4 ปีที่แล้ว +1

    Love from India 🇮🇳

  • @Mekaniktachankatachankin
    @Mekaniktachankatachankin 4 ปีที่แล้ว +1

    Hey Danny, it's Yusef. I use atom to do my coding

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว

      Atom is cool too! I used to use it. Great features as well. We use VS Code at work so this is what I have gotten used to.

  • @mcdthedev
    @mcdthedev 2 ปีที่แล้ว

    Code has never been explained so simpler than this

  • @KEKtuar
    @KEKtuar 3 ปีที่แล้ว +1

    Is there a way to make the generator visibly shuffle through a list of options before finally selecting one?

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      Yes but that would be WAAAAAY bigger than what we are doing here. This is just a few lines of code, it would be significantly bigger to do that.

    • @KEKtuar
      @KEKtuar 3 ปีที่แล้ว

      @@DThompsonDev Is there a specific name for that kind of feature? I've been trying to find something like it on Stack Overload, but to no avail. 😞

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      No specific name but you would probably make a for loop to cycle through everything. Give it a half second delay and use document.getElementById and innerHTML to show each quote as it cycles.

  • @bali5ta295
    @bali5ta295 3 ปีที่แล้ว +1

    Thanks for the video man it was really helpful... but for some reason my button doesn't work and I can't find out why

  • @icecreaminabag
    @icecreaminabag 2 ปีที่แล้ว +1

    v late to this vid but this was so helpful thank you so much

  • @jokerman19
    @jokerman19 4 ปีที่แล้ว +1

    Thank you for this!!! I have one question, when you use # for css colors is it different than using the actual color name?

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว

      There is no big difference between the name and using the hex value. The only difference is using the hex value you can get an exact color. But also, in a professional environment you will NEVER use the name. Always the value. So I try to help you get used to that.
      Keep doing amazing things!

    • @jokerman19
      @jokerman19 4 ปีที่แล้ว

      @@DThompsonDev Thanks for answering this, It's sometimes hard for me to remember all the hex values off the top of my head.

  • @emmanuelelegbede2812
    @emmanuelelegbede2812 4 ปีที่แล้ว +1

    Wish you’d make a video using ReactJs to do this as well

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว +1

      I will make that video! give me some time. I have a few videos to make first, but I will make this using react.

    • @dominicshib3276
      @dominicshib3276 3 ปีที่แล้ว

      @@DThompsonDev I think the javaScript ones are great because they help us take the next step to react

  • @roshanaryal310
    @roshanaryal310 4 ปีที่แล้ว +2

    Sir will you do JS part in freecodecamp.
    I am learning JS there and finding it really difficult

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว +2

      Yes I am. People asked for this which is why I did it since this is very simple. But I will do the entire Javascript section.

    • @roshanaryal310
      @roshanaryal310 4 ปีที่แล้ว +1

      @@DThompsonDev thank you Sir.
      Where can I learn JS for free other than FCC . I'm finding it too tough or is it normal?

    • @srishtigupta9900
      @srishtigupta9900 4 ปีที่แล้ว +1

      @@roshanaryal310 if you are a beginner then I'd suggest you to check the tutorial provided by the TH-cam channel "Telusko".There things are explain in a simple way ,may be you'll find it easy there ✌
      Ps- this is not at all any paid promotion

    • @roshanaryal310
      @roshanaryal310 4 ปีที่แล้ว +1

      @@srishtigupta9900 Thank you Srishti!

    • @dominicshib3276
      @dominicshib3276 3 ปีที่แล้ว

      @@DThompsonDev ah man say from video 80 - 111 in Basic JS section

  • @superval95
    @superval95 2 ปีที่แล้ว

    my button is the same size as the header? How can I resize it to be smaller? I tried using css but it was ignored

    • @DThompsonDev
      @DThompsonDev  2 ปีที่แล้ว

      did you use the right button class? btn-large I am going to remake this video soon with more current techniques so I don't really remember everything. Just rewatched so I can see the code. also if you want to adjust the sizing, add that to the css in the class of .new-qoute-button
      That should allow you to change it but I don't know what you could have done to make the button the same size as the header.

    • @superval95
      @superval95 2 ปีที่แล้ว +1

      @@DThompsonDev thank you for the reply. I am not sure what I changed but it is a small button now, but I had to center it. Everything worked in vscode but did not transfer well to codepen. When I removed the information in the head section(codepen only wants what is in the body) that is when everything shifted and is no longer centered) . I must center the divs now. I guess I could call myself a developer now? haha

    • @DThompsonDev
      @DThompsonDev  2 ปีที่แล้ว

      in codepen you may need to apply bootstrap. That may be the big difference, it doesn't automatically apply bootstrap to the page. You must add it in.

  • @christopherjspiteri
    @christopherjspiteri 4 ปีที่แล้ว +2

    There must be 100 posts now by me saying.... " Did the tutorial up to this point 21:36 and the code is not working"
    Maybe washing dishes at Red Lobster is my future.

    • @christopherjspiteri
      @christopherjspiteri 4 ปีที่แล้ว +1

      Then they are magically followed a few mins later by me saying I don't know how to spell. ;)

    • @DThompsonDev
      @DThompsonDev  4 ปีที่แล้ว +1

      It's all good! That is the best part! Debugging and finding your own mistakes! That is what you will have to do a developer in the industry as well. Happens to the best of us! But you figured it out and that is an EXCELLENT win! Great job Christopher!

  • @samawahba9346
    @samawahba9346 2 ปีที่แล้ว

    thank you so much

  • @Mekaniktachankatachankin
    @Mekaniktachankatachankin 4 ปีที่แล้ว +1

    U should check it out, atom is good

  • @drwhiskeyMK
    @drwhiskeyMK 3 ปีที่แล้ว

    why is this not working for me?

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      what isn't working?

    • @drwhiskeyMK
      @drwhiskeyMK 3 ปีที่แล้ว

      @@DThompsonDev i did everything like you asked but maybe I'm missing something idk i tried like 5 times

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      you have to give me more information. like what is the error?

    • @drwhiskeyMK
      @drwhiskeyMK 3 ปีที่แล้ว

      @@DThompsonDev the JavaScript i got it now it was the names i used upper case for same latters and i didn't see that and now it's working perfectly

    • @DThompsonDev
      @DThompsonDev  3 ปีที่แล้ว

      Awesome!!! Great job!

  • @aajkibat4412
    @aajkibat4412 4 ปีที่แล้ว +1

    Love you bro ..., plz make more video about responsive css tutorials.
    By the way I follow everywhere 😘

    • @brooksfinnegan6466
      @brooksfinnegan6466 3 ปีที่แล้ว

      pro trick: watch series at kaldroStream. Me and my gf have been using it for watching a lot of movies recently.

    • @abdullahbrantley1445
      @abdullahbrantley1445 3 ปีที่แล้ว

      @Brooks Finnegan Yup, I have been watching on KaldroStream for years myself :D

    • @judesteven5951
      @judesteven5951 3 ปีที่แล้ว

      @Brooks Finnegan yup, been using KaldroStream for years myself :)

    • @grantjoseph2878
      @grantjoseph2878 3 ปีที่แล้ว

      @Brooks Finnegan Yup, I've been watching on Kaldrostream for months myself :)