Skip to content

Frontend : login feature #36

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

Open
wants to merge 1 commit into
base: frontend
Choose a base branch
from
Open

Conversation

VishakhaSainani-Josh
Copy link
Collaborator

  1. Configured tailwind css
  2. Configured shadcn
  3. Added authlayout
  4. Added login component

Copy link

Bito Automatic Review Skipped - Branch Excluded

Bito didn't auto-review because the source or target branch is excluded from automatic reviews.
No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the branch exclusion settings here, or contact your Bito workspace admin at [email protected].

<Card className="hidden lg:flex w-1/2 bg-transparent relative overflow-hidden shadow-none border-none">
<div className="absolute top-8 left-8 opacity-20">
<div className="grid grid-cols-8 gap-2">
{Array.from({ length: 64 }).map((_, i) => (
Copy link
Collaborator

Choose a reason for hiding this comment

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

why length 64?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

for creating the box effect
Screenshot From 2025-07-28 12-28-11

'Open Source Contribution'
].map((text, i) => (
<div
key={i}
Copy link
Collaborator

Choose a reason for hiding this comment

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

index as key is not good practice

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, what else can I use here?

</div>

<div className="space-y-6">
{[
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we move this array to constants?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants