This is a simple web chatbot that uses the React-chatbot-kit library. The chatbot is a simple bot that can answer questions about a hypothetical loan. A user is created on startup and saved on local storage encrypted.
[Not yet implemented] On finalization of the chat, a history of the chat can be downloaded in csv format.
- Node.js
- npm
-
Clone the repository
git clone git@github.com:KeplerLeo/web-chatbot.git
-
Install dependencies
npm install
-
Run the app
npm run dev
-
Start chatting