Authentication Screen

Manage the authentication flow between Sign In and Sign Up views.

Authentication
Sign In
Sign Up
State Management

Usage

The AuthScreen component handles the authentication flow for users. It toggles between the SignInCard and SignUpCard based on the user's selection. It uses useState to manage the state between signIn and signUp.

  • Used on pages that require user authentication, such as login and registration pages.
  • Ideal for applications where users need to create or access their accounts.
  • Supports toggling between sign-in and sign-up flows using state management.
@/features/auth/components/AuthScreen.tsx