High-Table-Consortium / fullstack-capstone-dockerized

0 stars 3 forks source link

Sign in page #39

Closed thewesss closed 1 month ago

thewesss commented 1 month ago

Overview:

This pull request introduces a fully functional sign-in page designed for user authentication. The page features a modern layout, intuitive input fields, and appropriate validation for a seamless user experience.

Key Changes:

Layout and Design:

Implemented a responsive design using Tailwind CSS. Added a company logo and a welcoming header to enhance branding. Structured the page with flexbox for a centered layout. Form Functionality:

Integrated a sign-in form with email and password fields. Included client-side validation for input fields using a defined schema. Added "Forgot password?" and "Not a member?" links for better navigation. Styling Enhancements:

Ensured input fields have clear labeling and error messages. Customized the sign-in button with rounded corners and hover effects. Maintained consistent text colors for readability and accessibility.

Future Improvements:

Implement server-side authentication logic. Enhance user experience with loading indicators during sign-in attempts.

Closes #17

NtokozoMitchell commented 1 month ago

This looks great Wes,cleasn,well-structured. Its a great idea that you added responsiveness. I would love to see how you do with the future improvements .