Add files via upload

This commit is contained in:
Jonas_Jones 2021-11-23 23:32:05 +01:00 committed by GitHub
parent 75684c5f91
commit 4a1ac1b789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 338 additions and 1 deletions

9
login/README.md Normal file
View file

@ -0,0 +1,9 @@
# Vanilla JS Login
## Authentication and Validation
In this video, we will create a form validator for a simple login page using HTML, SASS, and Vanilla JavaScript. Basically, we use JS to create classes that will validate the login variables based on our needs then we will store information in the browser for authentication.
I do not use Bootstrap, jQuery, or any other frameworks. This method can be used on local browsers, web apps, and even on your server since it is all front-end code.
View tutorial: https://youtu.be/Rrbwrk79WTw