Login Validation & Authentication, Javascript Tutorial

8 months ago
7

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.

00:00 Intro
01:45 Setup Folder Structure
02:45 Create Login Page
07:53 Create Login Script
28:06 Styling Our Form and Pages
29:22 Setup Authentication
31:04 Create Authenticated Page
33:01 Create Auth Script

View the source code: https://github.com/thedevdrawer/js-login

Loading comments...