https://github.com/24h-du-code-2025/frontend
Frontend repository containing implementation of an AI agent for hotel management.
https://github.com/24h-du-code-2025/frontend
chatbot frontend vue websocket
Last synced: about 1 year ago
JSON representation
Frontend repository containing implementation of an AI agent for hotel management.
- Host: GitHub
- URL: https://github.com/24h-du-code-2025/frontend
- Owner: 24h-du-code-2025
- Created: 2025-03-22T10:27:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T16:36:28.000Z (about 1 year ago)
- Last Synced: 2025-03-27T17:36:31.540Z (about 1 year ago)
- Topics: chatbot, frontend, vue, websocket
- Language: Vue
- Homepage: https://les24hducode.fr
- Size: 7.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend - AI ChatBot
Frontend implementation of the AI ChatBot that won the **["24 Heures du Code"](https://les24hducode.fr/)** hackathon.
## 🏆 Objective
The primary goal of the hackathon was to develop a chatbot to automate the reception process at **Hotel California**. Instead of clients having to ask hotel managers for information and make requests manually, they could interact with an AI-powered chatbot that handles basic management tasks seamlessly.
The hackathon organizers provided a pre-developed **REST API** for the Hotel California system. The chatbot's objective was to interpret user requests in natural language and translate them into appropriate API calls.
## 🖥️ Application UI
Chatbot usage scenarios can be found in the [assets](assets) directory.
A video demonstration of the chatbot is available [here](https://youtu.be/9wGZzOV42CM).
## 🚀 Run Application
1. **Clone the repository:**
```bash
git clone https://github.com/24h-du-code-2025/frontend.git
```
2. **Navigate to the repository directory:**
```bash
cd
```
3. **Install dependencies:**
```bash
npm install
```
4. **Start the development server:**
```bash
npm run dev
```