2 - Intermediate
A modern login and signup page with form validation and error handling.
Login page has a logo displayed at the top of the left column.
Login page includes email address and password inputs with error states for empty values.
Error messages are displayed when inputs are invalid (e.g., invalid email format or empty fields).
A 'Remember Me' checkbox and a 'Forgot Password' link are below the inputs on the login page.
Login page features a 'Log In' button below the inputs and links to the signup page with a 'Create an Account' link.
A banner is displayed at the top of the login page for incorrect email or password combinations.
Signup page has a logo displayed at the top of the left column.
Signup page includes username, email address, and password inputs with error states for invalid or empty values.
Username validation checks for a minimum of 5 characters, required input, and uniqueness.
Email validation checks for a valid email format, required input, and uniqueness.
Password validation checks for a minimum of 7 characters and required input.
Signup page features a 'Create My Account' button below the inputs and links to the login page.
Both pages have a background image on the right side, styled responsively.
Password inputs display characters as asterisks by default.
Add a password visibility toggle to show/hide the password.
Improve accessibility with proper ARIA roles and labels.
Make both pages responsive for small and medium screens.
Connect the login and signup functionality to a database.
Implement 'Forgot Password' functionality with a page to send a reset email and a page to update the password.