Skip to content

Conversation

@harshit-sharma2005
Copy link

  • Created universal base.html template with responsive navbar and footer
  • Implemented login.html with password toggle and social login options
  • Implemented signup.html with password strength indicator and validation
  • Updated views.py to use new template paths
  • Enhanced home.html to extend base template
  • Added comprehensive documentation (README, testing guide, visual preview)

Features:

  • Modern responsive design with Bootstrap 5
  • Password visibility toggles
  • Real-time password strength indicator
  • Form validation (client-side and server-side)
  • Error and success messaging
  • Social login buttons (Google, GitHub)
  • Mobile-friendly responsive layouts
  • Accessibility features (keyboard navigation, ARIA labels)
  • CSRF protection and security best practices

Fixes #2

…IICT#2)

- Created universal base.html template with responsive navbar and footer
- Implemented login.html with password toggle and social login options
- Implemented signup.html with password strength indicator and validation
- Updated views.py to use new template paths
- Enhanced home.html to extend base template
- Added comprehensive documentation (README, testing guide, visual preview)

Features:
- Modern responsive design with Bootstrap 5
- Password visibility toggles
- Real-time password strength indicator
- Form validation (client-side and server-side)
- Error and success messaging
- Social login buttons (Google, GitHub)
- Mobile-friendly responsive layouts
- Accessibility features (keyboard navigation, ARIA labels)
- CSRF protection and security best practices

Fixes MSTC-DA-IICT#2
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.

Create Login and SignUp Templates with Base Template

1 participant