I created a simple login form with HTML, CSS and JavaScript.
The most challenging part was validating the input fields correctly.
I am proud that the form works and shows error messages when the email or password is not valid.
To test the project, try submitting the form with empty fields, an invalid email, or a password shorter than 8 characters.