Password Validation Check in HTML CSS & JavaScript | Password Strength Check in JavaScript

Поделиться
HTML-код
  • Опубликовано: 8 апр 2023
  • In this video, I've shown how to check password validation in HTML, CSS, and JavaScript. By using this password validation checker, you can easily enter your desired password and check if it meets the necessary requirements for a strong password or not.
    Live Demo or Download Code of this Password Validation Checker
    www.codingnepalweb.com/demos/...
    Hire me on Fiverr
    www.fiverr.com/prakashahi
    Follow me on Instagram
    / coding.np
    Visit my website for helpful coding projects with source code
    www.codingnepalweb.com
    #javascript #html #css #javascriptprojects #js
    Music Credit:
    Ikson - We Are Free [Official]
    • #83 We Are Free (Offic...
    Those Restless Nights - Artificial.Music
    • Those Restless Nights ...
    Miss You - LiQWYD
    • Miss You - LiQWYD (No ...

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

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

    Much love from Nepal keep doing great brother and inspirer

  • @dev-araujo
    @dev-araujo 11 месяцев назад

    As always another amazing video, thanks CodingNepal.

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

    Love your stuff. Helped me out two times already. I have got a project idea for you, that you havent done until now: a multiimage upload with preview, removal, ordering (via drag & drop), and what else you can think of

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

    Excellent tuto ! You can also add onkeypress="return event.key != ' ' " on input to prevent user from entering spaces

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

    The best youtuber ❤❤❤❤

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

    I have seen a lot of your videos and the designs are awesome...can you make some Tailwind CSS projects ?
    Like carousel, sidebar, navbar, parallax landing page etc.
    It will be a great help.

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

      Thanks for the idea! I'll think on it.

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

    Thank you so much 🙂❤

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

    Awesome ❤️

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

    First comment 🎉
    Coding Nepal sir ap kindly all in one video downloader banaden on PHP please 🥺

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

    Bro You are Awesome 🔥👑

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

    Very Good Thanks bro😃😃

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

    thank you!

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

    Awesome, new subscriber

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

    Great i Liked Your Video very much Please Please Make Video about how to make appointment booking calander system in JavaScript please❤❤

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

    add on input padding-right: 35px; (for long passwords) ❤

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

      Oh.. I forgot that. Thanks for noticing.

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

    Kindly Post Videos about Chat GPT-4 Basics and How to use to build websites and Applications and API How to use.. Full tutorial about Chatgpt-4...
    Full Video About ChatGPT-4 API & How to use it to build websites and web applications (or) What SaaS applications we can build.. Full tutorial about Chatgpt-4 & API Use.

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

    Sir please make projects on react js please

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

    Bro how can I make video player like twitter please give a tutorial with javascript

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

    at line 41 is there any other solution for that

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

      What solution..? Explain it little more.

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

    Why have you taken a keyup event?

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

      for realtime update

  • @MuhammadIbrahim-fp7xn
    @MuhammadIbrahim-fp7xn Год назад

    I can't understand passwordInput.type==="Password" ? "text" : "password";
    can anyone explain it please i'm beginner

    • @ultronsam1214
      @ultronsam1214 Год назад +3

      if(passwordInput.type ==== "password"){
      return "text";
      }
      else{
      return "password";
      }
      So, I think the if statement is trying to check if the input type is password, return "text", meaning change it to text format, if it is not in password type (which would be "text" obviously), change it back to "password" type has indicated in the else statement.
      However, your "Password" kind of confused me. I thought as much that since the equality sign is strict, then something is up.

    • @MuhammadIbrahim-fp7xn
      @MuhammadIbrahim-fp7xn Год назад

      @@ultronsam1214 thank you soo much

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

      @@MuhammadIbrahim-fp7xn You are welcome sir. I hope you understand? If so, I'm glad I'm able to be of help.

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

    your website is down

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

      It's working fine. Please double-check: www.codingnepalweb.com

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

      @@CodingNepal it says Site can't be reached ;
      ___refused to connect