This is a simple e-commerce product filtering application built with React and styled with modern CSS. It allows users to filter products by category (e.g., Electronics, Clothing). End-to-end testing is implemented using Cypress.
- π― Filter products by category
- π Clean, responsive UI with hover effects
- π§ͺ End-to-End testing using Cypress
- βοΈ Built with Vite for fast development
- Frontend: React + Vite
- Styling: Pure CSS
- Testing: Cypress (E2E Testing)
| Test Description | Status |
|---|---|
| Loads all products initially | β |
| Filters products by Electronics | β |
| Filters products by Clothing | β |
# Start the dev server
npm run dev
# In another terminal, open Cypress
npx cypress open
