stardustmeg / greenshop

Greenshop
https://mad-wizards-greenshop.netlify.app/
MIT License
6 stars 1 forks source link

[sprint_4] 🧭 Issue RSS-ECOMM-4_21: Implement Routing and Browser Navigation to Basket Page (10 points) #286

Closed stardustmeg closed 4 months ago

stardustmeg commented 4 months ago

🧭 Issue RSS-ECOMM-4_21: Implement Routing and Browser Navigation to Basket Page (10 points)

πŸ“πŸ›οΈ Description

Implement routing to allow seamless navigation 🧭 to the Basket page πŸ›’ from all other pages. The Basket page should be accessible whether the user is logged in πŸ‘€ or not and should support browser navigation buttons (forward and back).

πŸ’»πŸ”§ Implementation Details

Basket Page πŸ›’: This page should display the items currently in the user's basket. It should be accessible from all other pages in the application.

Routing 🚏: The URL in the browser should change when users navigate to the Basket page. The Basket page should have a unique URL that can be directly accessed.

Browser Navigation Buttons βͺ⏩: Implement support for browser navigation buttons. If a user navigates to a different page, the back button should take the user to the previously viewed page. The forward button should work correspondingly after using the back button.

Public Accessibility πŸ‘₯: The Basket page should be accessible whether the user is logged in or not. This page should not require authentication.

βœ…πŸŽ― Acceptance Criteria

πŸ”— Useful Links and Resources

stardustmeg commented 4 months ago

[sprint_4] 🧭 Issue RSS-ECOMM-4_21: Implement Routing and Browser Navigation to Basket Page (10 points)