Build A Gradient Color Generator in HTML CSS & JavaScript | Gradient Generator in JavaScript

Поделиться
HTML-код
  • Опубликовано: 20 май 2024
  • In this video tutorial, I'll guide you through the steps to building a Gradient Color Generator using HTML, CSS, and JavaScript. With this generator, you can easily create gradient backgrounds either by randomly generating colors or by selecting your own preferred colors. You can also copy the CSS color code for your generated gradient with just a single click.
    Live Demo or Download Code of this Gradient Generator
    codingnepalweb.com/demos/grad...
    Follow me on Instagram
    / coding.np
    Timestamps:
    0:00 Demo of Project
    1:30 HTML & CSS Start
    10:59 JavaScript Start
    11:30 Changing Box Gradient with Input Colors
    14:42 Working on Gradient Direction Select Box
    16:08 Updating CSS Code of Textarea
    17:02 Generating Random Colors on Button Clicks
    20:19 Working on Copy CSS Code Button
    #javascript #html #css #javascriptprojects #js #javascriptgame
    Music Credit:
    Ikson - We Are Free [Official]
    • #83 We Are Free (Offic...
    Miss You - LiQWYD
    • Miss You - LiQWYD (No ...
    Ikson - Lights [Official]
    • #32 Lights (Official)

Комментарии • 46

  • @CodingNepal
    @CodingNepal  Год назад +4

    Live Demo of this Gradient Generator
    codingnepalweb.com/demos/gradient-color-generator-javascript/

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

    You're a really artist of programming. Best channel I've ever met!

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

    Bro I have no words for your work.
    keep it up.

  • @GTAFUN7
    @GTAFUN7 Год назад +2

    Another day, another awesome project.

  • @Wuzla
    @Wuzla Год назад +2

    I enjoy following along with your videos, learned a few new tricks from you so far

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

      Awesome, thank you!

    • @ro-llinto5090
      @ro-llinto5090 Год назад

      yeah seriously. i was like damn, in some of the lines

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

    Cool ✨

  • @yubiroaster6285
    @yubiroaster6285 Год назад +1

    Just awesome ❤️ 🔥

  • @VeduPatel-tw5ym
    @VeduPatel-tw5ym Год назад

    I am learn many more to subscribe your programming chhanal keep it up bro.
    and i have one request for you can you solve a problem without use any link for css?
    Please try it

  • @abdullahmirza5551
    @abdullahmirza5551 Год назад +1

    Awesome coding Nepal..
    I request you please make a video on all in one video downloader please 🥺❤️

  • @mdms4549
    @mdms4549 Год назад +1

    Hi my friend this is really amazing thank you😃😃🙂🙂

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

    Thanks so much 🙂❤

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

    Creative person!🫶

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

    You are awesome ❤

  • @abhinavrawat7999
    @abhinavrawat7999 Год назад +2

    Such creative videos you’ve on this channel. Just subscribed!

  • @Rahulkingyt-di1ut
    @Rahulkingyt-di1ut Год назад +12

    My problem is why don't you speak, please explain by speaking so that we can understand more better and good job for your 🔥. ☺️

    • @CodingNepal
      @CodingNepal  Год назад +1

      Okay, I'll try my best in the upcoming videos.

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

      @@CodingNepal yess otherwise we practice projects by watching videos and we forgot so by learning concepts we remember all plz sir its a great help for us

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

    Appreciate your work man! 👍
    Btw, can you make antonym and synonym app? To check what antonym/synonym for certain words. Would be great for your next project. Tq.

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

    Hi.Good job I wish you success.

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

    Please explain with your voice 👍

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

    please make a support system

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

    i can slice to svelte, or vue thanks again bro

  • @keshav2819
    @keshav2819 Год назад +1

    Brother I have a div and an image in it, I added some filter on image using range input now tell me how to download that image with applied effects.

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

      You should watch this video on image editor: ruclips.net/video/YqUUvBpCtfA/видео.html

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

    const textArea = document.querySelectorAll("textarea");
    was not working so i used
    const textArea = document.querySelector("textarea");

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

    Sir Hume apse coding Sikhna hai

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

    Please make sip calculator using JavaScript

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

    I'm having some issues when I attempt to copy the code, it shows me an error: "DOMException{ code: 0, name: "NotAllowedError", message: "Write permission denied.", INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, … }"
    What does it mean? Can you help me?

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

      The error message you provided indicates a "NotAllowedError" in the Document Object Model (DOM). This error occurs when JavaScript code attempts to perform an action that is not allowed due to browser security restrictions.
      In this particular case, the error message suggests that the code is attempting to perform a write operation on an element in the DOM, but the browser is denying permission to do so. This could happen, for example, if the code is trying to modify the contents of an element in a cross-origin or if the user's browser settings prevent the website from making changes to the DOM.
      To resolve this error, you should check the code to ensure that it is not attempting to perform any prohibited actions, and review your website's security settings to ensure that they are not preventing the desired behavior.

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

    Pls can you pls teach me PHP and MySQL

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

    Hello Coding Nepal , I came across a problem while making notes while I was studying I tried various websites for converting RUclips videos to pdf but I needed to download the RUclips videos also so .Pls make a Project on RUclips video to pdf converter using html css and javascript as most of the sites have the facility to convert video to pdf only but in that I need to download the video so how can I make a website where I put link of any social media video and then it gets converted to pdf I need it for my personal work and it will also help many people pls try
    You have made a file downloading project in html css javascript so can you make changes in this project and make it RUclips video to pdf converter it will be very helpful for notes
    ruclips.net/video/gXuzkwRivfg/видео.html