Skip to content

Implement Login Page UI with Volunchain Theme #104

@Villarley

Description

@Villarley

Issue: Implement Login Page UI with Volunchain Theme

Description

Design and implement a login page based on the ShadCN login-04 layout, using the Volunchain color scheme and design tokens. This page will be the entry point for user authentication.

Steps to Follow:

  1. Set up route

    • Create the file: /src/app/auth/login/page.tsx
  2. Implement UI layout

    • Use a centered card layout with email and password inputs.
    • Add a primary login button.
    • Include a "Forgot password?" and a "Create account" link.
  3. Apply Volunchain styling

    • Background: var(--background)
    • Primary button: var(--primary)
    • Inputs: bordered with #73b9eb
    • Typography: Kantumruy or fallback to system font
  4. Use existing UI components

    • Leverage <Input> and <Button> from the shared components folder.

Example:

<Input type="email" label="Email address" placeholder="Enter your email" />
<Button variant="primary">Login</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