React Simple Chatbot
npm install react-simple-chatbotA simple chatbot component to create conversation chats

``bash`
npm install react-simple-chatbot --save
There are several examples on the website. Here is the first one to get you started:
` javascript
import ChatBot from 'react-simple-chatbot';
const steps = [
{
id: '0',
message: 'Welcome to react chatbot!',
trigger: '1',
},
{
id: '1',
message: 'Bye!',
end: true,
},
];
ReactDOM.render(
React Simple Chatbot on media
1. webdesignerdepot
2. blogduwebdesign
3. codrops
Build with
react-simple-chatbot1. Seth Loh Website - Personal website of Seth Loh (demo)
2. Paul's Website - Personal website of Paul Jiang (demo)
3. Cisco Partner Support API Chatbot - Code with screenshots to have your own Cisco Serial lookup chatbot.
4. Chatcompose - Chatbot Platform for Conversational Marketing and Support.
Built something with
react-simple-chatbot`? Submit a PR and add it to this list!Please check the contributing guide
| !Lucas Bassetti|
|:---------------------:|
| Lucas Bassetti |
See also the list of contributors who participated in this project.
If you liked this project, you can donate to support it :heart:

MIT · Lucas Bassetti