Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 899 Bytes

File metadata and controls

23 lines (17 loc) · 899 Bytes

ChatApp

React chat application

Description

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.

Demo

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:

  1. Install Node.js (with npm)
  2. Clone this repository
  3. Run npm install in the project directory
  4. Run npm run start to start the server on port 3000