issues
search
yumeangelica
/
needypet
Full-stack Pet Care Management Application
https://needypet.azurewebsites.net/
Other
2
stars
0
forks
source link
Feat/frontend/new landing page
#37
Closed
yumeangelica
closed
7 months ago
yumeangelica
commented
7 months ago
Created
PageLanding
for a welcoming user experience with options for login and account creation.
Implemented routing logic in
main.ts
to redirect unauthenticated users to
PageLanding
, enhancing app security and user flow.
Modified logout function to redirect users to the landing page for a smoother user experience.
Used computed properties to conditionally hide headers on the landing page.
Added a custom CSS color variable for the "Create Account" button, aligning with the app's design style.
Styled the landing page to match the app's overall aesthetics, ensuring a consistent and visually appealing interface.
PageLanding
for a welcoming user experience with options for login and account creation.main.ts
to redirect unauthenticated users toPageLanding
, enhancing app security and user flow.