Ignis-Uninorte / PRJ2-MVP1

0 stars 0 forks source link

adding filter component #26

Closed ana03ap closed 2 weeks ago

ana03ap commented 2 weeks ago

I migrated the product listing page (PLP) filters to React.js as part of User Story HU2014. I developed a reusable filter component that aligns with the existing design chosen by the team. This component is dynamically generated based on a filter array that is associated with the selected PLP category, such as computers or bathroom items. I ensured that the component is responsive and correctly positioned within the PLP. While the filters currently do not have any functional behavior, the component is set up to be easily integrated with future logic as needed.

This Pull Request merges the latest changes from main into the fix branch to ensure the codebase is up-to-date before adding the new filter. After syncing, the filter was implemented to enhance user search capabilities. Please review to ensure seamless integration with the current codebase.

image