**HTML** - [ ] - [ ] HTML template for login screen. - [ ] Error handling on login screen. - [ ] Success handling on login screen. **Java** - [ ] Get user credentials (email and password) on submit from HTML (or JS) and print to console to test. - [ ] Create a dummy temp user in Java for logging in and out. - [ ] Handle success and handle fail. - [ ] Send user credentials to server API for login request.
HTML
Java