JavaScript Frameworks

Chopping Mall

Open live site Open README

Chopping Mall project image sketch Chopping Mall project image finished
Chopping Mall: webshop UI sketch-to-finished thumbnail.

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

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