Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login Page Skeleton and Styling #58

Closed
5 tasks done
OguzTNCR opened this issue Apr 19, 2024 · 1 comment
Closed
5 tasks done

Login Page Skeleton and Styling #58

OguzTNCR opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
Action Item A specific task requiring attention Priority: High Requires taking action ASAP Web Development
Milestone

Comments

@OguzTNCR
Copy link
Contributor

OguzTNCR commented Apr 19, 2024

ℹ️ Description

Login.js page will be created under the pages directory. Structure and styling will be done.

🎯 Tasks

  • Write down the tasks and update the issue by marking them when they are done.
  • Two States for login or register mode.
  • Render Email, unique username and password fields if register is selected
  • Render username, password fields if login state is selected.
  • Besides these text fields, we need three buttons; one for switching between login and register mode, one for the main action based on the selected mode, and the other is forgot my password button.
  • Email, username and password values will be kept on states. Necessary state updates will be handled on input change.
@OguzTNCR OguzTNCR added Priority: High Requires taking action ASAP Action Item A specific task requiring attention Web Development labels Apr 19, 2024
@OguzTNCR OguzTNCR added this to the Milestone 2 milestone Apr 19, 2024
@NazlicanAka
Copy link
Contributor

I have done tasks. I have created LoginSignUp.js file and LoginSignUp.css files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Item A specific task requiring attention Priority: High Requires taking action ASAP Web Development
Projects
None yet
Development

No branches or pull requests

2 participants