Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 927 Bytes

Expert System

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.

Features

  • 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.

Tech Stack

React.js, TailwindCSS, TypeScript, xyflow

Usage

  1. Clone this repository:git clone https://github.com/Our-Magic-Journey/expert-system.git
  2. Open the project directory: cd expert-system
  3. Install dependencies yarn
  4. Run the development server yarn dev or build the project yarn build

Editor Keymap

  • Enter: Add a new answer to the selected question.
  • Delete: Remove the selected question or answer.