ArtiHoQ is a custom Quality Function Deployment tool designed to simplify the process of creating and analyzing the House of Quality (HoQ) matrix. Built with React and Material UI, this tool aims to help IT professionals and businesses prioritize technical characteristics and improve service quality effectively.
Here you can try a demo.
- House of Quality Builder: Create and customize HoQ matrices with ease.
- Automatic Calculations: Automatically calculate the importance of technical characteristics.
- Data Import/Export: Export and import HoQ data in JSON format for seamless data sharing and reusability.
- Printing Support: Generate printable versions of the HoQ for presentations and reports.
- Intuitive UI: Built with Material UI for a clean and user-friendly experience.
- Clone the repository:
git clone https://github.com/Baziak/artihoq.git
cd artihoq- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to http://localhost:5173.
- Launch the application.
- Create or import an HoQ matrix.
- Fill in customer requirements, technical characteristics, and their relationships.
- Analyze the calculated priorities and export the results as JSON or print for documentation.
Implement competitor analysis part.Add settings to customize HoQ.Switch to using Vite instead of CRA.- Add tests!
- Use Zustand for state management.
- Implement customer requirements grouping.
- Add theming support.
- Add support for multi-language localization.
- Add Undo/Redo functionality.
- Refactor to use styled components, and code cleanup.
This project is licensed under the MIT License.
- Inspired by Quality Function Deployment (QFD) methodology.
- Thanks to React and Material UI for providing powerful development tools.
For questions or suggestions, feel free to open an issue or contact the repository owner.