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

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 ...

Пікірлер: 39

  • @ankuraryal2669
    @ankuraryal2669 Жыл бұрын

    Much love from Nepal keep doing great brother and inspirer

  • @dev-araujo
    @dev-araujo Жыл бұрын

    As always another amazing video, thanks CodingNepal.

  • @tysm907
    @tysm907 Жыл бұрын

    The best youtuber ❤❤❤❤

  • @bowen2437
    @bowen2437 Жыл бұрын

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

  • @TheAnonymous_ofc
    @TheAnonymous_ofc Жыл бұрын

    Bro You are Awesome 🔥👑

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Thanks bro

  • @dipanjandas7036
    @dipanjandas7036 Жыл бұрын

    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.

  • @___rick_sanchez___.137
    @___rick_sanchez___.137 Жыл бұрын

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

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Oh.. I forgot that. Thanks for noticing.

  • @freepythoncode
    @freepythoncode Жыл бұрын

    Thank you so much 🙂❤

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Always welcome

  • @abdullahmirza5551
    @abdullahmirza5551 Жыл бұрын

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

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Okay, I'll try.

  • @mdms4549
    @mdms4549 Жыл бұрын

    Very Good Thanks bro😃😃

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Welcome bro

  • @yubiroaster6285
    @yubiroaster6285 Жыл бұрын

    Awesome ❤️

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Thanks

  • @edgarpione5916
    @edgarpione5916 Жыл бұрын

    Awesome, new subscriber

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Awesome thank you!

  • @mksvncs
    @mksvncs Жыл бұрын

    thank you!

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    You're welcome!

  • @dramaticcosmetics
    @dramaticcosmetics Жыл бұрын

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

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Ok I will try

  • @DevDynasty1999
    @DevDynasty1999 Жыл бұрын

    Sir please make projects on react js please

  • @CodingNepal

    @CodingNepal

    Жыл бұрын

    Sure, stay tuned.

  • @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.

  • @ashaksrayprosenjit
    @ashaksrayprosenjit Жыл бұрын

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

  • @noobguy9314
    @noobguy9314 Жыл бұрын

    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

    Жыл бұрын

    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_Lens4 ай бұрын

    your website is down

  • @CodingNepal

    @CodingNepal

    4 ай бұрын

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

  • @Wander_Lens

    @Wander_Lens

    4 ай бұрын

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