Тёмный

Dynamic Progress Bar using JavaScript 

xplodivity
Подписаться 7 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@xplodivity
@xplodivity Год назад
16 Intermediate/Advanced JavaScript Projects to Dominate Your Next Technical Interview Get it now- xplodivity.graphy.com/courses/16-js-projects-65883553e4b08ebe75f39885 - Lifetime access - Full video explanations of building each project from scratch - 10+ hours of premium content - No bullshit, No time waste - This project list Should get you ready for any JavaScript live coding interview round. - Extremely cheap (less than $10) Content list: 1. File Explorer (similar to vs-code) 2. Infinitely Nested comments 3. Advanced Custom Toast notification from scratch 4. Drag & Drop, Swap, Add and delete elements using JavaScript 5. Custom Calendar/Date-picker 6. Multi-Select dropdown with support to add & remove elements 7. Build a Memory game with all rules integrated 8. Build an analog clock with smooth animation 9. Dynamic Progress bar with custom input support 10. Build a Star rating system with dynamic hover effects 11. Build a tic tac toe game with best practices 12. Advanced To-Do List with Local Storage support 13. Accordion with smooth transition effects 14. Countdown timer & days remaining timer 15. Create a custom modal 16. Build an optimised Chessboard
@heyitsjaredbender
@heyitsjaredbender Год назад
Great tutorial! Super fun way to learn more ways to use Javascript, thanks so much!
@PUDGEJVR
@PUDGEJVR Месяц назад
thank you
@ManojKumar-pb6he
@ManojKumar-pb6he 2 года назад
bro code please
@bashita159
@bashita159 Год назад
How could I show the final html code on the web in a text area?
@it9hektar
@it9hektar Год назад
Thank U 👍
@GamingWithMim
@GamingWithMim Год назад
Thanks for the tutorial. I have a question how would I also add the value beside the percentage to make it look like this? EX: $100/50%
@AlanBermanMusic
@AlanBermanMusic Год назад
Shouldn't the changeWidth function change the width of the progress-done div, not the progress div? That's the one with the gradient that starts with a width of 0.
@gabrielmoreno3027
@gabrielmoreno3027 Год назад
Here you go: const progress = document.querySelector(".progress-done") const input = document.querySelector(".input") const maxInput = document.querySelector(".maxInput") let finalValue = 0; let max = 0; function changeWidth(){ progress.style.width = "${(finalValue / max ) * 100}%" progress.innerText = "${Math.ceil(finalValue / max ) * 100}%"" } input.addEventListener("keyup", function() { finalValue = parseInt(input.value, 10); changeWidth() }); maxInput.addEventListener("keyup", function() { max = parseInt(maxInput.value, 10); changeWidth() });
@muhammadhusaynamilaiyub6911
@muhammadhusaynamilaiyub6911 5 месяцев назад
just want to ask bro, how do i create a progress tracker where i can create a a project that has percentage on how much progress it's making hope someone can answer... thank you
@gabrielmoreno3027
@gabrielmoreno3027 5 месяцев назад
@@muhammadhusaynamilaiyub6911 ask chatgpt it's not hard
@살랑시
@살랑시 Год назад
thanks
@paulosenaijr3146
@paulosenaijr3146 Год назад
send to us the code... please
@wpl_jradio
@wpl_jradio 5 месяцев назад
Type it and learn 😊
Далее
Apple October Event LEAKS - 7 NEW Devices are COMING!
10:20
CSS Progress Bar Tutorial
11:10
Просмотров 103 тыс.
Subtle, yet Beautiful Scroll Animations
5:04
Просмотров 1,7 млн
Progress Bar Tutorial CSS, HTML, JavaScript
13:34
Просмотров 50 тыс.
AMD Just FIXED Ryzen 9000!
9:20
Просмотров 6 тыс.