A Pen by Jay Bardeleben on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| This is a tutorial excersise from gitconnected's Wiget of the Week series! | |
| See the link below to access the article on Medium. I forked the original | |
| Pen created by the author that already includes all of the dependencies | |
| LINK: https://levelup.gitconnected.com/making-an-interactive-password-validator-wotw-77b677548b75 | |
| --> | |
| <div id="app" class="app-container"> | |
| <!-- set up the page content (all) --> | |
| <h1 class="title">Set a Password</h1> |