Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

LOGIN FORM

Project Overview Screenshot 2025-07-08 172533 Screenshot 2025-07-08 173032

This is a simple JavaScript login form that validates user credentials. The form demonstrates basic front-end validation and form handling.

Features:

  • Username and password input fields

  • Basic client-side validation

  • URL parameter passing

  • Clean, responsive design

Technologies Used:

Frontend: HTML5, CSS3, JavaScript

How to Use:

enter username "Lina"

and

password "123456"

then

press the "Login" button

then

you'll receive the alert that will tell you if you have entered the correct or incorrect credentials

NOTE: This project does not link to anywhere its a simple frontend mini-project amde for practice purposes only Direct Access:

Open loginform.html directly in your browser:

file:///C:/Users/lisac/OneDrive/Desktop/javascript%20file/loginform.html?usernameInput=Lina&passwordInput=123456#

Testing Credentials:

The demo link shows credentials passed via URL parameters

Username: Lina

Password: 123456

SECURITY NOTE:

⚠️ IMPORTANTt: This is a front-end only demonstration.

In a real application:

  • I will NEVER pass credentials via URL parameters

  • passwords and usernames will be stored securely

About

a mini project of a log in form created using JavaScript styled using CSS

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages