saikiran37130204 / Bingo

0 stars 0 forks source link

UI Creation - User Authentication #10

Open saikeerthivanga opened 9 months ago

saikeerthivanga commented 9 months ago

Description: Create the user interface (UI) components for user authentication in our application.

Acceptance Criteria:

  1. Design and implement user registration and login screens.
  2. Ensure a user-friendly and responsive UI.
  3. Include input validation for user data.
  4. Implement error messages for login and registration failures.
  5. Coordinate with the backend for seamless integration.
saikeerthivanga commented 9 months ago
  1. Created UI for login and signup pages for our application.
  2. Connected it with the database.