-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
FrontendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is neededpriority: high
Description
Implement React components for user login, signup, and logout. Handle authentication state and protect routes using React Router.
- Create Login and Signup components.
- Implement form validation (e.g., email format, password strength).
- Handle authentication state using React Context or Redux.
- Store JWT token securely (e.g., localStorage or cookies).
- Implement protected routes that require authentication.
- Add a logout feature that clears the authentication state.
- Test user flows (signup, login, logout).
Metadata
Metadata
Assignees
Labels
FrontendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is neededpriority: high
Projects
Status
Done