A simple example application demonstrating the task-list component from HMPO.
Shows a multi-step form with a task-list interface. Users complete sections (name, contact details, confirm) and the task-list updates to mark sections as complete.
npm installnpm startOpen http://localhost:3000 in your browser.
- Navigate through the form steps
- Complete each section
- The task-list marks sections complete automatically via
completesFieldoption - Review your answers before submitting
- hmpo-form-wizard - Form flow and validation
- hmpo-components - Task-list and form components
- Express.js - Web server
├── routes/ # Journey step definitions
├── controllers/ # Step logic
├── views/ # Templates
├── config/ # Configuration
└── locales/ # Translations
You can view a live demo of this application at https://task-list-demo-ujah.onrender.com/.