React chat application
A chat application built to communicate with a chat bot. Application is built in Reactjs. API Endpoint: : http://www.personalityforge.com/api/chat/ To use the application on local server, replace the ApiKey, external ID and chatbotID with the one available from the website. API Documentation: https://www.personalityforge.com/chatbot-api-docs.php
The application uses reactjs for frontend with redux as a state storage and redux-saga to handle API calls. The application stores history and chat data in localstorage.
There is no online demo, so if you want to take a peek into how the app will look like once it's done till the end, you will need to do the following:
- Install Node.js (with npm)
- Clone this repository
- Run
npm installin the project directory - Run
npm run startto start the server on port 3000