Skip to content

Create Register Page UI #105

@Villarley

Description

@Villarley

Issue: Create Register Page UI

Description

Build the registration page UI in a consistent style with the login screen. The goal is to enable new users to sign up with their name, email, and password.

Steps to Follow:

  1. Create route

    • Add new file: /src/app/auth/register/page.tsx
  2. Implement UI layout

    • Use the same structure and styling as login.
    • Inputs: name, email, password.
    • Add "Already have an account?" link pointing to /auth/login.
  3. Design notes

    • Match spacing, font, and button styles from login page.
    • Use dark mode compatibility.

Example:

<Input type="text" label="Full Name" />
<Input type="email" label="Email address" />
<Input type="password" label="Password" />
<Button variant="primary">Sign Up</Button>

Metadata

Metadata

Assignees

Labels

onlydust-waveContribute to awesome OSS repos during OnlyDust's open source week

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions