Skip to content

Add login page - #19

Open
abhishekxyza wants to merge 2 commits into
CodeWithHarry:mainfrom
abhishekxyza:main
Open

Add login page#19
abhishekxyza wants to merge 2 commits into
CodeWithHarry:mainfrom
abhishekxyza:main

Conversation

@abhishekxyza

Copy link
Copy Markdown

Adds a simple client-side login page under .github/workflows/login.html.

Notes:

  • The nested duplicate HarryFitnessWebsite/ directory was intentionally left untracked.
  • No other repo files were changed in this commit.

@abhishekxyza

Copy link
Copy Markdown
Author

Added a simple login page in login.html .
It includes email and password inputs, basic validation, and inline user messages.
I styled it with a centered card layout, clean spacing, and a simple modern look.
A small client-side redirect was added after successful login to simulate flow.
Benefit: the project now has a usable auth screen and a more complete demo experience.

1 similar comment
@abhishekxyza

Copy link
Copy Markdown
Author

Added a simple login page in login.html .
It includes email and password inputs, basic validation, and inline user messages.
I styled it with a centered card layout, clean spacing, and a simple modern look.
A small client-side redirect was added after successful login to simulate flow.
Benefit: the project now has a usable auth screen and a more complete demo experience.

@domyos00

Copy link
Copy Markdown

Nice addition! A simple client-side login page is a good starting point for prototyping. As this project evolves, you might also consider server-side authentication, password hashing, CSRF protection, and session management for production use. Looking forward to seeing how the authentication flow develops.

@Vraj391

Vraj391 commented Jul 11, 2026

Copy link
Copy Markdown

hi

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.

3 participants