Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.64 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.64 KB

user_interface

The user interface is designed for creating and modifying chatbots for the HyLECTA framework. It provides functionality for creating, updating, and managing dialogue flows and states, ensuring that the bot behaves as intended. It ensures that each flow and state is correctly defined and properly integrated into the overall bot configuration. It includes checks and warnings to maintain data integrity and offers a user-friendly interface for uploading new bot configurations.

Running the Project

Follow these steps to get the project up and running:

  1. Clone the Repository
    git clone <repository-url>
    
  2. Navigate to the Project Directory
     cd <project-directory>
    
  3. Open the Project in a Web Browser
  • Locate and open the index.html file using your preferred web browser.

Folder Structure

  • css/: Contains the CSS files.

    • style.css: The main stylesheet for the project.
  • images/: Stores image files used throughout the project.

  • js/: Contains the JavaScript files.

    • app.js: Handles the application logic for the chat interface.
  • pages/: Contains HTML files.

    • chat.html: The primary HTML file featuring modals for adding flows, conditions, and managing various elements such as questions, categories, entities, responses, triggers, multiple-choice options, creators, and actions.
    • index.html: The main entry point for the project.

Used technologies

  • HTML5
  • CSS
  • Javascript

Usage Instructions

  • To interact with the chatbot, navigate to the chat.html file.
  • Follow the on-screen instructions to create and modify dialogue flows.