1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript6 forks (6 forks)auto 404
frontendgood first issue
Repository metrics
- Stars
- 1 star (1 star)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Tasks
- Form that allows users to login as either a teacher or student
- Password box should be type "password" so that it is hidden when we type and can be detected by password managers
- Hitting login or enter should send a request to the server to authenticate the user
Contributor guide
- Research direction
- Create a login form with username and password fields. Ensure password field has type='password'. Add a submit button and handle form submission to send a POST request to the server for authentication.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitHTMLCSSJavaScript