oss-slu / Enhancing-Bioinformatics-Research-through-LLM

Apache License 2.0
0 stars 0 forks source link

Sign Up page #11

Closed AjithAkuthota23 closed 1 month ago

AjithAkuthota23 commented 2 months ago

Create a Signup page in the web application based on the following design reference:

https://www.figma.com/design/ywMImKNdRD9JRZ5Pz9BME6/Sign-Up-Page?node-id=0-1&t=sk5FPwE4anp05dSt-1

The signup page should contain the following fields and behaviors:

Acceptance criteria:

UI Components: Header: "Sign Up" should be prominently displayed. Username Field: A text field where users enter their desired username. Email Field: A text field for entering the user’s email address. Password Field: A password input field that hides characters by default. Retype Password Field: A password confirmation field that validates against the Password field. Login Button: If the user already has an account, provide a button/link to navigate to the Login page. Sign in buttons : To make it easy for the users, add Sign in buttons with Google and github.

Tasks:

Backend: Node.js, Express (for form submission handling) Database: MongoDB (for storing user details)

image