💻Lab: Build a login page and integrate it

You have two options:

  • Create another HTML file in your client folder login.html.

  • Or split the signup page with login and signup capability side by side

Once that is complete wire the UI with the API. Ensure that the UI has proper feedback for invalid credentials and validations.

Last updated