This project is the user interface for the BEAT-NEWS chatbot backend. It provides an interactive, responsive and user-friendly interface.
chatbot-UI/
├── public/ # Public assets
│ ├── index.html # Main HTML file
│ └── ...
├── src/ # Source files
│ ├── components/ # React components
│ ├── styles/ # CSS and styling files
│ ├── App.js # Main App component
│ ├── index.js # Entry point
│ └── ...
├── package.json # Project metadata and dependencies
└── README.md # Project documentation
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/Hiiiij/chatbot-UI
- Install dependencies:
pnpm install
2. **Install dependencies:**
````sh
pnpm install
- Run the development server:
pnpm dev