Description:
This is a simple password authentication project built with HTML, CSS, and JavaScript. The project consists of a login form that prompts the user for a username and password, and validates the input against hardcoded values. If the input matches the hardcoded values, the user is greeted with a success message. Otherwise, the user is prompted with an error message.
- Simple and easy-to-understand code
- Validates username and password input
- Outputs success or error message based on input
- Styled with CSS for a visually appealing login form
- Clone the repository or download the files
- Open the index.html file in your web browser
- Enter the hardcoded username and password and click the "Login" button to see the validation in action
The project is built using the following technologies:
HTML - for creating the structure and content of the web page.
CSS - for basic styling the web page .
JavaScript - used to handle the user's input, validate the form, and display messages accordingly