-
Notifications
You must be signed in to change notification settings - Fork 11
Implement "Recently Viewed" Section #85
Copy link
Copy link
Closed
OpenCodeChicago/hacktoberfest-2025-frontend
#79Closed
Copy link
Labels
advancedComplex/advanced tasks or featuresComplex/advanced tasks or featuresfrontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)hacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Milestone
Metadata
Metadata
Assignees
Labels
advancedComplex/advanced tasks or featuresComplex/advanced tasks or featuresfrontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)hacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025priority: highNeeds attention ASAPNeeds attention ASAP
Type
Projects
Status
Done
Priority: High
Difficulty: Advanced
Type: Frontend Feature
Description:
Create a Recently Viewed section at the bottom of the All Products page.
This section displays products the user has recently visited.
Requirements:
Tracking
/products/:id), store that product in LocalStorage underrecentlyViewed.Recently Viewed Section
/products.Product Card
Persistence
LocalStorageonly (for now).Assets:
Acceptance Criteria:
LocalStorage.