Skip to content

Conversation

NorbertLoh
Copy link

Implements #11
This PR implements the login and signup page (no functional logic).

Here are some screens:
Login page
image

Signup page
image

Notes:
The overall theme is styled using mantine theme provider. This allows for easy changes globally, potentially allowing future implementation of dark/light mode.

Mantine theme is used to style the inputs and buttons. This allows
global color changes to be changed easily and accurately.
Copy link

@kokerinks kokerinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is well formatted and UI looks great :)
let's discuss if we want a confirm password field or otherwise

placeholder="Enter your password"
type="password"
key={form.key("password")}
{...form.getInputProps('password')}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets have a confirm password field? shld be simple to implement and utility-wise will be gd for users

@billyhoce billyhoce merged commit 2a261d2 into dev Oct 2, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] UI for account creation and sign in
3 participants