This project features a chatbot implemented in an ElevenLabs website(cloned). The front-end code for the ElevenLabs website has been created using website cloning techniques. However, the chatbot component, a core feature of this project, has been fully developed by me(Flenex.io) using a React library called react-simple-chatbot. This is just an initial state of the project and many more features will be added soon.
To experience this chatbot in action, follow these steps:
-
Visit the live project where the chatbot is implemented.
-
The chatbot should be prominently displayed on the bottom right side of the website, ready to assist you with any questions or information you need.
-
Engage with the chatbot by typing your queries or responding to its prompts.
-
The chatbot will provide you with relevant answers and information based on your interactions.
If you wish to work on the development or customization of this chatbot, you can follow these steps:
-
Clone this repository
git clone https://github.com/flenex-io/ChatBot.git
-
Navigate to the project directory:
cd ChatBot
-
Install the necessary dependencies
npm install
-
Run the project
npm start