JavaScript Frameworks
Chopping Mall
Overview
Chopping Mall is a Next.js webshop where the focus is component structure, routing, state management, and a smooth user flow from product listing to product detail and checkout success.
Links
Live:
jsfw-2025-v1-runar-jsframeworks.vercel.app
Repository:
GitHub repo
Webshop project folder:
/webshop
What I improved
- Added missing JSDocs and addressed teacher feedback across key files.
- Fixed accessibility issues by associating labels with inputs (htmlFor/id) in the contact form.
- Cleaned up code quality issues found by ESLint (strict equality, consistent returns, no empty blocks).
- Improved tests and typings by removing any usage and adding correct hook dependency arrays.
- Improvement commit: 37bb4df