Design Code Hub
Design Code Hub
  • Видео 54
  • Просмотров 188 919
Top seven upcoming JavaScript project video in Coding Create
Top seven upcoming JavaScript project video in Coding Create
Timestamps
00:00 - Todo list App
00:47 - Vector 3D
00:59 - Product image
01:23 - Times-ago
01:45 - Dynamic Pagination
02:26 - Chat like AI
03:23 - Admin Dashboard
Просмотров: 697

Видео

animated add or store item in shopping cart using vanilla javascript
Просмотров 20 тыс.3 года назад
animated add or store item in shopping cart using vanilla javascript
Drag and Drop All method in one using vanilla javascript
Просмотров 1,3 тыс.3 года назад
Drag and Drop All method in one using vanilla javascript
animation like powerpoint or keynote using html svg and css
Просмотров 5373 года назад
animation like powerpoint or keynote using html svg and css
Responsive footer using html and css only
Просмотров 2553 года назад
Responsive footer using html and css only
upload progress percentage using html CSS and JavaScript
Просмотров 18 тыс.3 года назад
upload progress percentage using html CSS and JavaScript #progress #progressbar
image preview before upload using html css and javascript
Просмотров 2283 года назад
image preview before upload using html css and javascript
accordion sidebar menu with sub menu using html, css and javascript
Просмотров 15 тыс.3 года назад
accordion sidebar menu with sub menu using html, css and javascript #sidebar #accordion #css #javascript #sidemenu
Multi step register form with progress indicator and validate using html css and javascript
Просмотров 10 тыс.3 года назад
Multi step register form with progress indicator and validate using html css and javascript. Source File GitHub:- github.com/saam-khatri/Multi-step-register-form #validation #multistep #javascript
OTP verification box glassmorphism using html and CSS
Просмотров 6013 года назад
OTP Verification box using html and css
check internet is connected or not using css and vanilla javascript
Просмотров 1553 года назад
check internet is connected or not using css and vanilla javascript
multi step login system in JavaScript with glassmorphism using html CSS and JavaScript
Просмотров 2103 года назад
Glassmorphism multi level login system using JavaScript. one file is easy way coding style and another is little advanced coding style in JS file. Source Code GitHub:- github.com/saam-khatri/Js-multi-lavel-login-form
Search filter Voice search product and display gird or list using html css and javascript
Просмотров 1,1 тыс.3 года назад
Search or Voice search filter product in JavaScript. and display change by choosing gird or list using JavaScript. Source Code GitHub: github.com/saam-khatri/Search-Filter #voicesearch #filter
Product sort or filter as low to high and default using css javascript
Просмотров 31 тыс.3 года назад
Product sort as low to high and default using JavaScript. and Filter product as a categories using JavaScript. Combined JS file of Sort and Filter product . Source Code GitHub:- github.com/saam-khatri/Filter-Sort #sort #sorting #sortingproduct #highlow
Product item filter or search by categories in vanilla JavaScript
Просмотров 7 тыс.3 года назад
Product item filter or search by categories in vanilla JavaScript and Sort as low to high and default using JavaScript. Combined JS file of Sort and Filter product . Source Code GitHub:- github.com/saam-khatri/Filter-Sort #filter #category
Neumorphism UI design using html CSS & JavaScript
Просмотров 2323 года назад
Neumorphism UI design using html CSS & JavaScript
border radius maker app in CSS and JavaScript
Просмотров 4323 года назад
border radius maker app in CSS and JavaScript
Responsive slider or carousel like owl carousel using vanilla JavaScript
Просмотров 46 тыс.3 года назад
Responsive slider or carousel like owl carousel using vanilla JavaScript
Landing page with apple navbar and notifications counter using css and JavaScript
Просмотров 5093 года назад
Landing page with apple navbar and notifications counter using css and JavaScript
main or banner carousel or slider with auto animation auto play in JavaScript
Просмотров 5693 года назад
main or banner carousel or slider with auto animation auto play in JavaScript
Sticky responsive navbar with animated search icon using CSS and JavaScript
Просмотров 8483 года назад
Sticky responsive navbar with animated search icon using CSS and JavaScript
Progress bar with handler using meter tag in JavaScript
Просмотров 1203 года назад
Progress bar with handler using meter tag in JavaScript
Progress bar using html meter tags and JavaScript
Просмотров 4463 года назад
Progress bar using html meter tags and JavaScript
Toggle buttons using all method CSS JavaScript jQuery
Просмотров 553 года назад
Toggle buttons using all method CSS JavaScript jQuery
Chat bot or box with dark mode as your operating system or custom scroll bar using html and css only
Просмотров 1933 года назад
Chat bot or box with dark mode as your operating system or custom scroll bar using html and css only
Inbox or Mailbox with select all function using CSS and js
Просмотров 6853 года назад
Inbox or Mailbox with select all function using CSS and js
Animated search icon in JavaScript or expand search icon in JavaScript
Просмотров 643 года назад
Animated search icon in JavaScript or expand search icon in JavaScript
Image compare and controller in JavaScript
Просмотров 673 года назад
Image compare and controller in JavaScript
Custom half circle progress bar in CSS and JavaScript
Просмотров 3,6 тыс.3 года назад
Custom half circle progress bar in CSS and JavaScript
Custom full circle progress bar in CSS and JavaScript
Просмотров 1133 года назад
Custom full circle progress bar in CSS and JavaScript

Комментарии

  • @1vid693
    @1vid693 12 дней назад

    Why is my button not working for upload 😢 please help me, I'm going crazy

  • @AndyInTheUK
    @AndyInTheUK 2 месяца назад

    This is a very pretty form, and it shows a percentage bar progressing every 100 milliseconds, but if you want to track the actual progress of a file upload to a website you need a bit more code. There are RUclips tutorials on how to do that, but the principle is that you need to PreventDefault on submitting the form. You can attach the upload file to the form as form data. Something like let formdata = new FormData(); formdata.append("file", formdata); Next you need to create an XMLHttpRequest and add an EventListener to that. The event you are listening for is "progress" and that comes back from the website. With the event.total and event.loaded you can calculate percent progress and use that to update the value of the <progress> element. There are some good tutorials out there, but I have not found one that explains everything you need in a beginner-friendly way.

  • @AndyInTheUK
    @AndyInTheUK 2 месяца назад

    I might be missing something but I can't see any code to actually upload the file. The form nicely gets the attributes of the file and increments a progress indicator, but it is not actually uploading a file as far as I can see.

  • @user-jf5uq9so6n
    @user-jf5uq9so6n 4 месяца назад

    sir @import url(') in this what link u generated can u expalin

  • @artifectmedia
    @artifectmedia 4 месяца назад

    It makes no sense to me with some understqnding of what you are doing. Maybe add a link to the project.

  • @trixysvinylmusicfordjs8799
    @trixysvinylmusicfordjs8799 6 месяцев назад

    why not explain what you are doing instead of playing music ???!!

  • @leandrohenrique6056
    @leandrohenrique6056 7 месяцев назад

  • @stibenllunibers2443
    @stibenllunibers2443 7 месяцев назад

    Amoooo la programación

  • @LEYSTARINOVA
    @LEYSTARINOVA 7 месяцев назад

    ¿Como puedo hacer el codigo que me muestre el TOTAL: $$$ de lo añadido al carrito?

  • @jagdishjena9058
    @jagdishjena9058 7 месяцев назад

    Total value is not showing? ???

  • @codingwizard455
    @codingwizard455 7 месяцев назад

    source code?

  • @loverphp5605
    @loverphp5605 8 месяцев назад

  • @jimmyjariwala8385
    @jimmyjariwala8385 9 месяцев назад

    i need a code

  • @TraceguyRune
    @TraceguyRune 10 месяцев назад

    I've only done the SVG block, and it made a full circle. Why is yours a half circle already?

    • @ariel18012
      @ariel18012 10 месяцев назад

      Igual a mi, no se porque hace un circulo completo y no un semi circulo.

    • @TraceguyRune
      @TraceguyRune 10 месяцев назад

      @@ariel18012 Bro, why would you reply to someone in a different language than they used?

  • @kollivenkatesh2545
    @kollivenkatesh2545 10 месяцев назад

    I want this code by reference

  • @farvessafiyudeen0741
    @farvessafiyudeen0741 11 месяцев назад

    But we couldn't close all menus. I mean if you click open a menu the previous menu will close. To close a menu you have to open another menu. any solution for this?

  • @himanshi191
    @himanshi191 11 месяцев назад

    pls send this vedio soirce code

  • @phumlaninxumalo8327
    @phumlaninxumalo8327 11 месяцев назад

    hello, i like your work but why is it that the javascript does not work on our sides? Is the code you display in the video the one you run or you run another code else where similar to the one you are making on the screen?🤷‍♂

    • @gokulrose
      @gokulrose 7 месяцев назад

      you have to give the source for your script and jquery

  • @adescovicdon
    @adescovicdon Год назад

    Your github account name

  • @ibrahimhassan9731
    @ibrahimhassan9731 Год назад

    I want the source code please !!

  • @proqif_1087
    @proqif_1087 Год назад

    why doesn't the icon appear on my screen, do I have to input something?

  • @shivamdubey4783
    @shivamdubey4783 Год назад

    can you give source code man plxzzz

  • @shubhamkulkarni484
    @shubhamkulkarni484 Год назад

    Thank You so much you saved my day

  • @neska9856
    @neska9856 Год назад

    It's work

  • @user-cu4gm2km8s
    @user-cu4gm2km8s Год назад

    thanks good content

  • @ayen0449
    @ayen0449 Год назад

    great work, thanks G.

  • @eduardosendrea-lesan1765
    @eduardosendrea-lesan1765 Год назад

    So i tried to adapt the functions to my code and I have a thing going on , it works well on the items that have the same length of price , for example if there is 30.00 and 31.00 it will sort it right, but if i have 31.00 and 301.00 it wont sort normally , do u know how can i fix this

  • @rodrigoofera
    @rodrigoofera Год назад

    fiz aqui e so mudei o nome de variaveis e nao deu certo.

  • @AsifIqbal-zo5gp
    @AsifIqbal-zo5gp Год назад

    Validation is not working after some modification in html code

  • @soumenghosh1058
    @soumenghosh1058 Год назад

    bro code?

  • @designcodehub.
    @designcodehub. Год назад

    Source Code in Description

  • @doni654321
    @doni654321 Год назад

    I need help

  • @red_brains
    @red_brains Год назад

    Where is the icon part of video? 🤔

  • @putusaputra8843
    @putusaputra8843 Год назад

    nice video keep it up

  • @user-de9cf5nz8y
    @user-de9cf5nz8y Год назад

    Good 👏👏👏👏

  • @tharushiamanda7116
    @tharushiamanda7116 Год назад

    Thank you so much for this lovely video, it was amazing and helped a lot. If possible can you show how to loop it. It would mean a lot! Thanks again.

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt Год назад

    wow nice

  • @ugisolution6451
    @ugisolution6451 Год назад

    Nice work with good design...🥰🥰🥰🥰

  • @vitalii6709
    @vitalii6709 Год назад

    What to do in case of 5-10 pages of products? Your approach fits only one page products. Thanks!

  • @mariafalcao8537
    @mariafalcao8537 Год назад

    👏

  • @Emma.Mdo_
    @Emma.Mdo_ Год назад

    Source code?

  • @oussamael1403
    @oussamael1403 Год назад

    thanks for this great tutarial

  • @JustThink2000
    @JustThink2000 Год назад

    Is there code for this?

  • @COFFY_GAMING
    @COFFY_GAMING Год назад

    Wow nice

  • @mohamedazharudheen2751
    @mohamedazharudheen2751 Год назад

    I want to give diff prices for diff sizes. When I select a size the respective price should add in cart and do the calculation. Pls help me.

  • @gtbmcollins1
    @gtbmcollins1 Год назад

    Can you please share this code? I've tried putting in this exact code and everything seems to work until minute count 11:40 where you browse and select the file. Nothing happens at that point, no file is selected, name, size isn't working. Can you please share the code?

    • @vickoalan
      @vickoalan Год назад

      me too

    • @tajulraziq7276
      @tajulraziq7276 Год назад

      - correct the spelling "getElementByTagName" to "getElementsByTagName" - change the "let load 0" to "let load = 0"

    • @gtbmcollins1
      @gtbmcollins1 Год назад

      @@tajulraziq7276 Tried that, still got same result. Can you possibly send me your code, maybe I'm missing some other mistakes or something, I don't know? I would really love for this to work.

  • @imaansarwar2314
    @imaansarwar2314 Год назад

    source code pleaseeeeeeeee

  • @gtbmcollins1
    @gtbmcollins1 Год назад

    I need code to this one, very well made.

    • @hadidiab9680
      @hadidiab9680 11 месяцев назад

      hello, Are you received it?

    • @gtbmcollins1
      @gtbmcollins1 11 месяцев назад

      @@hadidiab9680 I haven’t received any code yet, do you have it working?

  • @AIPerformant
    @AIPerformant Год назад

    do you have source code?

  • @AIPerformant
    @AIPerformant Год назад

    Nice work thank you