Skip to content

developed-register-page#77

Merged
Alexandrbig1 merged 1 commit into
OpenCodeChicago:mainfrom
Ankit-Kum-ar:feat/register-page
Oct 7, 2025
Merged

developed-register-page#77
Alexandrbig1 merged 1 commit into
OpenCodeChicago:mainfrom
Ankit-Kum-ar:feat/register-page

Conversation

@Ankit-Kum-ar
Copy link
Copy Markdown
Contributor

PR Description -

Developed the register page based on the Figma design, implementing all necessary styling and functionality. The component is fully responsive and optimized for mobile screens.

Copy link
Copy Markdown
Contributor

@Alexandrbig1 Alexandrbig1 left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution, and congrats on your PR being approved!
We’re excited to have your work as part of Open Code Chicago’s Hacktoberfest 2025 project.

@Alexandrbig1 Alexandrbig1 added frontend Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages) hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards. react React components & UI logic tailwind Tailwind CSS & styling labels Oct 7, 2025
@Alexandrbig1 Alexandrbig1 merged commit 10d7512 into OpenCodeChicago:main Oct 7, 2025
2 checks passed
@Alexandrbig1
Copy link
Copy Markdown
Contributor

@Ankit-Kum-ar, A few small follow-ups:

  • Don’t inline SVGs — add icon files to an assets folder (e.g., /src/assets/icons or /public/icons) and import them, or use lucide-react (or another icon lib) for reusable icons (e.g., Google).
  • Check the button states: when all fields are filled the button should use the main color #023e8a; on hover it should use #1054ab. Also verify the button border color on hover matches the design.
  • Add a password visibility toggle (eye icon). Clicking it should toggle input type between password/text and update the icon (use eye / eye-off or eye with slash to indicate hidden/visible).

Thanks — push these small updates when ready and I’ll re-review.

@Alexandrbig1 Alexandrbig1 added this to the Hacktoberfest 2025 milestone Oct 8, 2025
@Alexandrbig1 Alexandrbig1 linked an issue Nov 2, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages) hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards. react React components & UI logic tailwind Tailwind CSS & styling

Development

Successfully merging this pull request may close these issues.

Register Page

2 participants