📇How To Make Circular Progress Bar | HTML CSS JavaScript

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

КОМЕНТАРІ • 63

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

    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: devmadeeasy.gumroad.com/l/howtomakecircularprogressbar

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

      Very helpful, thank you very much.

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

      i would have subbed if u gave source code

    • @A.Forbes
      @A.Forbes 7 місяців тому

      @@mraloush8959 the source code is in the video...

  • @Daniellathedragoness
    @Daniellathedragoness 10 місяців тому +6

    For anyone who wants it to start at the top and animate clockwise, try using "transform: rotate (-90)" and then using negative numbers for the dash offset

  • @davidjanos-szell4593
    @davidjanos-szell4593 3 місяці тому +1

    For those who are wondering, the stroke-dasharray should be the circumference of the circle, or the length of the path.

  • @sarveshkilje405
    @sarveshkilje405 10 місяців тому +1

    I'm looking for this long time and i finally get it 😍🤩

    • @DevMadeEasy
      @DevMadeEasy  9 місяців тому

      I am glad you liked it...
      Happy Coding my friend!

  • @SafeTraining-tk9tb
    @SafeTraining-tk9tb 3 місяці тому

    Nice video - can I know what is the editor that you are using?

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

    how can this be hooked up to be functional? do i have to change the stroke-dashoffset everytime i want to fill it up?

  • @davidmeinname
    @davidmeinname 2 роки тому +5

    very nice progress bar, but I would recommend using a more readable font when filming videos. And the music on 6:10 was unnecessary and way too loud.

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

      Overall, you should avoid music when explaining or let it play very quietly.

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

      Thanks for the feedback, I am a developer not a video editor, this is the part I am still learning how to "work with video and audio".

  • @abcdgamingandcreations2104
    @abcdgamingandcreations2104 5 місяців тому

    which font are you using

  • @phil9894
    @phil9894 6 місяців тому

    how to add content on the right.? for example you are creating a timeline type instead. from 2010 up to 2024.

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

    Hello dear, thank you so much! I have a question for you! With this method the circle is filling out from the middle and how can we make it from the top? Like a clock

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

    Hello,
    Nice circular progress bar !
    I was wondering if it's possible to make that the gradient circle start from the top instead of the right ?
    If it is, can you tell me how to do please ?
    Thanks you !

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

    It seems like Silvio Santos is narrating this video... LOL
    Great tutorial!!

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

      We definitely have something in common then. When I was living in Brazil, I also worked as an Announcer for a radio station. It's such an exciting job, isn't it? Silvio Santos has a distinctive voice, and his narration style is quite recognizable. I'm glad you enjoyed the tutorial!
      Happy Coding my Friend!

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

    Great job! Could you tell me what is your Visual Code Thene?Thanks!

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

      Thank you! The theme I'm currently using is Monokai Pro. It's a popular color scheme for code editors, including Visual Studio Code, that features vibrant and contrasting colors, making code elements stand out and improving readability. If you're interested in trying it out, you can search for "Monokai Pro" in the Visual Studio Code extensions marketplace and install the theme for a visually pleasing coding experience.

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

    How did you change the font of css classes?

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

      You can use the font-family property in your CSS rule. Like that:
      .myClass {
      font-family: Arial, Helvetica, sans-serif;
      }
      This will try to use Arial first, then Helvetica, and finally the default sans-serif font if neither of those are available.

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

      @@DevMadeEasy nah im talking about your ide your classes are written in handwriting font

  • @SteveJohnSteele
    @SteveJohnSteele 10 місяців тому

    Please change your font to some something easier to read.

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

    hey hi, number.innerHTML = '${counter}%'; doesn't work as intended. It behaves like a string. Anyone know why?

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

      Hello Web Warrior, are you using `` ?
      '${counter}%' ❌
      `${counter}%`✅
      Happy Coding. my friend!

  • @fernandojmhs
    @fernandojmhs Місяць тому

    É o Silvio Santos falando?

  • @azanlodhi9970
    @azanlodhi9970 7 місяців тому +2

    thanks alot for this

    • @DevMadeEasy
      @DevMadeEasy  7 місяців тому

      I'm glad you liked it!
      Happy coding my friend.

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

    where is the link to the code? I can't find it in the description...

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

      Hello dev, how are you doing?
      It is in my FB page.
      Happy Coding!

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

    Can you help me please. I Need edit the number "157.5" from js for make another skills.
    "
    @keyframes anim {
    100%{
    stroke-dashoffset: 157.5;
    }
    }
    "

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

      did you ever get this problem figured out?

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

    Hi How can you make this progress bar responsive? Thanks

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

      To make it responsive, you can use CSS media queries to adjust the width of the progress bar based on the size of the viewport.

  • @rockettsword
    @rockettsword 9 місяців тому

    It would be great if you could provide the code for copy-pasting. Otherwise, thank you very much for the video!

  • @chebby111
    @chebby111 4 місяці тому

    Great video, but bro, why are you using all these Call of Duty sound effects for a CSS instructional video?

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

    bro where is svg file

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

      Hello Dev, how are you doing?
      You can find it on my FB page
      Happy Coding.

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

    *_nice ... progress bar ... see later ..._*

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

      I'm glad you like it Syed.
      Happy Coding my Friend.

  • @VitorRSBonfim
    @VitorRSBonfim 9 місяців тому

    are u brazilian?

    • @DevMadeEasy
      @DevMadeEasy  9 місяців тому

      I am from Portugal!
      Happy Coding my friend.

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

    Nice bar, but dawn sound and video effects. Are you making this video for children?

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

      Thanks for you feedback, I am a coder, but still learning how to edit video...
      I am gonna hire a video editor.
      Happy Coding my friend!

  • @suzsg6169
    @suzsg6169 10 місяців тому +1

    the number of promotions of your portal is ridiculous 👿

    • @DevMadeEasy
      @DevMadeEasy  9 місяців тому

      Thanks for your feedback, my friend...
      Happy Coding

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

    thank u 👍..

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

      Welcome 😊
      I am glad you liked it.
      Happy Coding my Friend.

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

    thx

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

      Hello Web Warrior, I am glad you liked it!
      Happy Coding my friend!

  • @SteveJohnSteele
    @SteveJohnSteele 10 місяців тому

    That background noise is awful, please don't do it.

  • @PhotoDesigner1
    @PhotoDesigner1 10 місяців тому +1

    ... Your intrusive graphics are annoying.

    • @DevMadeEasy
      @DevMadeEasy  10 місяців тому +1

      I'll talk to my editor, thanks for the feedback!
      Happy Coding my friend"