Closed llsa-itu closed 3 days ago
Acceptance Criteria:
Users can create a Chirp Account
Web app will have a navigation bar with a collection of links that a user can use to navigate the web page.
If a user is not logged in into an account, the header should display the following links (Public Timeline, Register and Login)
If the user is logged in, the header should display the links (Public Timeline, My Timeline and Logout)
Link functionality:
Public Timeline (Redirects to the Homepage with all cheeps)
My Timeline (Redirects to page with users own cheeps)
Register (Redirects to a window where a user can register an account)
Login (Allows user to log on to their account)
Logout (Logs user out of their account)
Acceptance Criteria:
Users can create a Chirp Account
Web app will have a navigation bar with a collection of links that a user can use to navigate the web page.
If a user is not logged in into an account, the header should display the following links (Public Timeline, Register and Login)
If the user is logged in, the header should display the links (Public Timeline, My Timeline and Logout)
Link functionality:
Public Timeline (Redirects to the Homepage with all cheeps)
My Timeline (Redirects to page with users own cheeps)
Register (Redirects to a window where a user can register an account)
Login (Allows user to log on to their account)
Logout (Logs user out of their account)