NSS-Evening-E22 / pos-system-tech-giants

pos-system-tech-giants created by GitHub Classroom
0 stars 1 forks source link

Login Page with Logo #66

Closed bhighlander closed 1 year ago

bhighlander commented 1 year ago

User Story: As a user, I want to see a logo and a login button on the login page so that I can easily log in to my account and recognize the brand.

Acceptance Criteria:

The login page should display the company logo. The login button should be prominently displayed and labeled "Login". Clicking the login button should validate the user's credentials and redirect them to their welcome page.

Dependencies:

The logo image file should be available in the project's image assets. The login button should be wired up to the backend authentication system.