A static consumer-complaint website prototype. It provides a landing page explaining the service, a complaint-reporting form, complaint tracking, FAQ content, and responsive layouts for desktop and mobile screens.
index.html— landing page and consumer-rights informationregisteracomplainthtml.html— complaint form and tracking-number interfacetrack-your-complaint.html— tracking page404.html— not-found pagecomponents/— reusable FAQ, contact-form, and call-to-action sectionspublic/— images and other public assets
This is a static site and can be previewed with any local HTTP server:
python3 -m http.server 8000Open http://localhost:8000 in a browser. The project also includes a Parcel dependency for bundling experiments.
The complaint form is connected to a Microsoft Forms embed. Replace the embed URL and connect a production backend before using this as a real complaint-management service. No sensitive complaint data should be submitted to an unreviewed deployment.