The Product Filter is a web application that allows users to filter products based on property operators and property values.
The Product Filter is a tool designed to simplify the process of finding products by providing filtering options based on specific property operators and values. It helps users narrow down their search criteria and quickly locate the desired products.
- Filter products by property operators such as equals, greater than, less than, etc.
- Filter products by property values.
- Dynamic updating of product list based on applied filters.
- User-friendly interface for easy navigation and interaction.
To run the Product Filter locally, follow these steps:
- Clone the repository:
git clone https://github.com/afr2n/product-filter.git- Navigate to the project directory:
cd product-filter- Install dependencies:
npm installOnce the installation is complete, you can start the development server to use the Product Filter:
npm run devAccess the application in your web browser at http://localhost:5173/.
The Product Filter includes automated tests to ensure its functionality. To run the tests, use the following command:
npx cypress run