Skip to content

Conversation

sartajhajam
Copy link

  • Create new GarageSale page with sale product filtering
  • Add GarageSaleRecentlyViewed component with slider navigation
  • Track recently viewed products in localStorage on product clicks
  • Filter recently viewed to show only sale products (sale > 0)
  • Implement 5-items-per-view slider with navigation arrows
  • Add proper styling matching website theme
  • Include pagination dots for better UX
  • Add cursor pointers to all interactive elements
  • Remove mock data, restore API-only functionality
  • Update navigation links to point to /garage-sale route
  • Resolve merge conflicts with main branch

Closes #95

Pull Request

Thanks for contributing to Hacktoberfest 2025!

Description

Please describe your changes and link any related issues.

Checklist

  • My code builds and runs locally
  • I’ve added/updated documentation if needed
  • I’ve tested my changes
  • I’ve linked related issues (if any)
  • (Optional) I’ve credited myself with the All Contributors bot if this is my first contribution or a new contribution type

- Create new GarageSale page with sale product filtering
- Add GarageSaleRecentlyViewed component with slider navigation
- Track recently viewed products in localStorage on product clicks
- Filter recently viewed to show only sale products (sale > 0)
- Implement 5-items-per-view slider with navigation arrows
- Add proper styling matching website theme
- Include pagination dots for better UX
- Add cursor pointers to all interactive elements
- Remove mock data, restore API-only functionality
- Update navigation links to point to /garage-sale route
- Resolve merge conflicts with main branch

Closes OpenCodeChicago#95
Copy link
Contributor

@Alexandrbig1 Alexandrbig1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sartajhajam, thanks — great work! Quick note: the Garage Sale page already exists and includes ; another contributor is handling the products section below it. Please add your RecentlyViewed component to this page instead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants