React/Redux implementation of a chat room UI. Using redux-form, redux-storage, SASS.
Font Awesome used for spinning status indicator (click to randomize status).
Bots will respond when called out by name.
Client-side only.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone [email protected]:seevee/chat_room_react.git
> cd chat_room_react
> npm install
> npm run dev