This is a small product app. It shows products. You can search, sort, add, and edit them. Data is saved in memory only.
npm install npm run dev
Open the link shown in the terminal.
- Switch between List view and Card view
- Search by product name (with a small delay)
- Sort by price or category
- Add a new product
- Edit a product
- See pages of products (pagination)
npm run build npm run preview
- No backend. Refresh clears changes.