Frontend implementation of the AI ChatBot that won the "24 Heures du Code" hackathon.
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.
Chatbot usage scenarios can be found in the assets directory.
A video demonstration of the chatbot is available here.
-
Clone the repository:
git clone https://github.com/24h-du-code-2025/frontend.git <directory>
-
Navigate to the repository directory:
cd <directory>
-
Install dependencies:
npm install
-
Start the development server:
npm run dev