This project is an expert system that helps users select the perfect video game through a decision-tree-based quiz. It also includes a visual editor for creating and customizing the quiz structure.
- Interactive Quiz: Users answer questions to find the best game match.
- Visual Editor: Edit, add, or customize questions and answers in a decision tree.
- Flexible Logic: Define jumps between questions for advanced decision-making.
React.js, TailwindCSS, TypeScript, xyflow
- Clone this repository:
git clone https://github.com/Our-Magic-Journey/expert-system.git
- Open the project directory:
cd expert-system
- Install dependencies
yarn
- Run the development server
yarn dev
or build the projectyarn build
- Enter: Add a new answer to the selected question.
- Delete: Remove the selected question or answer.