Build a Step Progress Bar | JavaScript

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 69

  • @lukecagevans8596
    @lukecagevans8596 3 роки тому +3

    Extremaly good. Simple but efficient.

  • @yolomoco2743
    @yolomoco2743 3 роки тому +2

    I love it.♥️
    Ur tutorials are amazing ✨

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому +2

      Thank you so much!!
      Welcome to our Tribe.

  • @punkogo
    @punkogo 3 роки тому +1

    thank you so much you're amazing, like and shared with others developers

  • @ObrayanAcosta
    @ObrayanAcosta Рік тому

    agradecido por tu contenido!!, felicidades!!

    • @DevMadeEasy
      @DevMadeEasy  Рік тому

      ¡Muchas gracias por tus amables palabras y por tu aprecio hacia mi contenido! Me alegra saber que has encontrado útil la información que he proporcionado. ¡Bienvenido a esta comunidad donde podemos aprender y compartir juntos!
      Si tienes alguna pregunta o necesitas ayuda en cualquier otro tema, no dudes en preguntar. Estoy aquí para ayudarte en lo que necesites. ¡Espero seguir brindándote información valiosa y ser de utilidad en tus futuras consultas! ¡Gracias nuevamente y bienvenido!

  • @Paulo280713
    @Paulo280713 2 роки тому +1

    thanks a lot, helped me sooo much

  • @ericchen115
    @ericchen115 Рік тому

    Thank you sir, that's great and useful~👍

    • @DevMadeEasy
      @DevMadeEasy  Рік тому +1

      Hello Web Warrior, I am glad you liked it.
      Welcome to our Tribe.
      As always: Happy Coding!

  • @mohammedelhoussni
    @mohammedelhoussni 2 роки тому

    I love it
    Thank you soo much

  • @martinheredia1129
    @martinheredia1129 3 роки тому

    how can add stop if validation don't work? or step not changed?

  • @rizalahmad7427
    @rizalahmad7427 3 роки тому

    Waoww bro.. Thank you.. ! So nice your video

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      So nice of you

    • @rizalahmad7427
      @rizalahmad7427 3 роки тому

      @@DevMadeEasy can't wait for interesting videos from you

  • @ultronsam1214
    @ultronsam1214 2 роки тому

    Can you please explain the minus 1 on the actives, and circles'(.length)?

  • @_PhanTuanKiet-yd7oo
    @_PhanTuanKiet-yd7oo 2 роки тому

    thanks so much man

  • @aitrhamohamed9439
    @aitrhamohamed9439 4 роки тому

    thank you bro great job

  • @OfAllTime09876wer
    @OfAllTime09876wer Рік тому

    how are your files connected?

    • @DevMadeEasy
      @DevMadeEasy  Рік тому

      Hello Web Warrior, how are you doing?
      Well, I connnect those lines through JavaScript and I show it visually using css.
      Happy Coding!

  • @shegoespostal
    @shegoespostal 4 роки тому

    Thank you!

  • @elyisus5788
    @elyisus5788 3 роки тому

    💪💪💪💪💪 thanks!!!!!!!!!

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      I'm glad you like it.
      Happy Coding!

  • @berriesss
    @berriesss 3 роки тому

    the circle.active in my CSS, all circles, not just the first, will have a color. I've double-checked the code, but it's the same as yours. So, what am I supposed to do now?

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      Hey DEV, please show your code, can you do that using "CodePen"?
      99% of the time is a typo somewhere!
      Let me know!!!

    • @berriesss
      @berriesss 3 роки тому

      @@DevMadeEasy suree

    • @marwamm4057
      @marwamm4057 2 роки тому +1

      @@berriesss the first element in html file only should be called as class = circle active others should be called as circle only.

  • @luisfrontendvue01
    @luisfrontendvue01 3 роки тому

    Nice!

  • @ericarellano217
    @ericarellano217 Рік тому

    I don’t understand why the pseudo element before is on progress container …can you elaborate on that please …why wouldn’t it make sense as progress::before instead!

    • @DevMadeEasy
      @DevMadeEasy  Рік тому

      Hello Web Warrior!
      the ::before pseudo-element is added to the .progress-container class instead of the .progress class. This is because the .progress-container class represents the container that holds the progress bar, while the .progress class represents the progress bar itself. Adding the ::before pseudo-element to the .progress-container class ensures that the progress bar background color fills up the entire container, rather than just the progress bar itself.
      Happy Coding my friend!

  • @workoutmusic8848
    @workoutmusic8848 2 роки тому +2

    Fir thes folks who will have problem with active circle, in HTML he made mistake and set active class to all elements, you need put it on just first. I suppose that he do this to sub to patreon and find results of the problem

    • @kareemhussain1740
      @kareemhussain1740 Рік тому

      Yeah me too... it took me nearly 2 hours to figure it out even though my code was all clear ...he is clearly doing it for patreon or maybe he forgot, whatever the reason I'm not watching anymore video of this channel

  • @DevMadeEasy
    @DevMadeEasy  4 роки тому +1

    If you find this video helpful, give it a like as this would help it reach even more people! Also, subscribe if you haven't ! Thank you! 🙏
    👉 Source Code Available Here:
    🌱devmadeeasy.gumroad.com/l/buildstepprogressbar

  • @erikamanahan8261
    @erikamanahan8261 3 роки тому

    The .circle.active on my css makes all of circle has color not the first one only. What should i do?

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      Hey DEV, how are you doing?
      Please show us you code, so we can help you out!

    • @erikamanahan8261
      @erikamanahan8261 3 роки тому

      @@DevMadeEasy it's the same as your code

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      @@erikamanahan8261 Hey Dev, I believe it's a typo somewhere, believe me... Sometimes, especially when tired, we are sure that our code is perfect, then we take a break and when we go back to the code, we clearly see the typo. To save you time, show us your code (you can use CODEPEN) and we can help you!

    • @oscp2620
      @oscp2620 3 роки тому

      @@DevMadeEasy Hello i have the same problem as Erika, however my code is the same as
      yours 😅

    • @rroba13
      @rroba13 3 роки тому

      En el html solo el primer div va con active, los demás no

  • @raxelpichardo6820
    @raxelpichardo6820 3 роки тому

    extremely cool, but I have a problem, my bar when I put the display flex in the class "progress-container" does not change to horizontal, it remains vertical, could you help me please? thanks in advance

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      Hello Dev, how are you doing?
      Can you please send us your code so we can check it out?
      We will be happy to help !

    • @marwamm4057
      @marwamm4057 2 роки тому

      it happened to me too. add flex-direction: row;

  • @pritimane9523
    @pritimane9523 3 роки тому

    Can u help me with this same vertical using scroll effect?

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому +1

      Yeah, sure, I can make a video on that, tell me what you have in mind!

    • @pritimane9523
      @pritimane9523 3 роки тому

      @@DevMadeEasy i want this same progressbar vertically. For e.g i have 3 column in 1st colum vertical step progressbar. In 2nd content and 3rrd column images which are scrollable when we click on next step but without any NEXT button.

  • @inspirehub-rich
    @inspirehub-rich 2 роки тому +1

    You should have hosted the code... so that i will just copy
    I have liked and subscribed

    • @DevMadeEasy
      @DevMadeEasy  2 роки тому +1

      That's a good idea, thanks!
      Happy Coding my new friend!

  • @artchristianawitin2555
    @artchristianawitin2555 3 роки тому

    It doesn't move when I click next to the new html file

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому

      Hey DEV, can you please show us your code via Codepen; this way we can help you out!
      Happy Coding!

  • @abolfazlarghandehpoor9050
    @abolfazlarghandehpoor9050 2 роки тому

    Hi master a question :
    Why don't I active everything I do

    • @DevMadeEasy
      @DevMadeEasy  2 роки тому

      Hey Dev, share your code with us!
      Let me know what you have in mind.
      Happy Coding my friend!

    • @abolfazlarghandehpoor9050
      @abolfazlarghandehpoor9050 2 роки тому

      How do I communicate with you?

    • @DevMadeEasy
      @DevMadeEasy  2 роки тому

      @@abolfazlarghandehpoor9050 Hey dev, you can send me a msg on my FB Page.
      Happy Coding!

  • @rangabharath4253
    @rangabharath4253 3 роки тому

    awesome

    • @DevMadeEasy
      @DevMadeEasy  3 роки тому +1

      Hey Dev, I'm glad you liked it!

  • @jl1090
    @jl1090 3 роки тому

    will it mark the steps complete?

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 роки тому

    Awesome video +++++++++++++++++++++++++++

  • @artchristianawitin2555
    @artchristianawitin2555 3 роки тому

    Always remain at 1