CSI-CATT/Book-Store-app-Hacktoberfest2025

Title: Improve Login Page UI and Add Google Login Option

Open

#8 opened on Oct 11, 2025

 (2 comments) (0 reactions) (1 assignee)JavaScript (6 forks)auto 404
Beginner-FriendlyHacktoberfest-acceptedgood first issuehacktoberfest

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Description:

The current login page UI is minimal and could be enhanced to improve user experience. Additionally, integrating a Google login option will provide users with a quicker and more convenient way to sign in.

Proposed Changes:

UI Improvements:

Enhance the layout with better spacing, alignment, and responsive design.

Use consistent fonts, colors, and buttons to match the overall theme of the app.

Add visual feedback for user interactions (hover, focus, error messages).

Google Login Integration:

Add a "Login with Google" button.

Ensure proper OAuth2 flow using Firebase, NextAuth, or your preferred authentication method.

Handle successful login by redirecting users to the dashboard or homepage.

Benefits:

Improved aesthetics and usability of the login page.

Simplified login process for users with Google accounts.

Increased user engagement and reduced friction in authentication.

Contributor guide