News

frontend/ ├── src/ │ ├── components/ │ │ ├── RegistrationForm.tsx # Registration form with validation │ │ ├── LoginForm.tsx # Login form │ │ └── PasswordStrengthMeter.tsx # Password strength indicator ...