mirror of
https://github.com/JonasunderscoreJones/Website-v1.git
synced 2025-10-28 03:49:19 +01:00
Add files via upload
This commit is contained in:
parent
75684c5f91
commit
4a1ac1b789
9 changed files with 338 additions and 1 deletions
9
login/README.md
Normal file
9
login/README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue