Skip to content

AlphaV7/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple mobile/web chat application on react

Resources

Stars

Watchers

Forks

Packages

No packages published