An open API service indexing awesome lists of open source software.

https://github.com/thoughtfool/chatter-fox

Simple chat app, using node and socket io.
https://github.com/thoughtfool/chatter-fox

Last synced: over 1 year ago
JSON representation

Simple chat app, using node and socket io.

Awesome Lists containing this project

README

          

# Chatter Fox
Simple chat app, using node and socket io.
![chatter-fox-banner](assets/chatter-fox-banner.PNG)
## The Challenge

Create a simple chat app that utilizes sockets for real-time to learn the fundamentals of Socket.io. Use app to pass the time with family during pandemic lockdown. App should allow family members logging into different devices, the ability to connect and pretend that we are not all trapped under the same roof together. :wink:

### CHALLENGE ACCEPTED!
![chatter-fox-banner](assets/chatter-fox-chatting.PNG)
https://chatter-fox.herokuapp.com/

![Javascript](https://img.shields.io/badge/Code-Javascript-informational?style=flat&logo=Javascript&logoColor=white&color=7c11f7) ![Node](https://img.shields.io/badge/Code-Node-informational?style=flat&logo=Node.js&logoColor=white&color=7c11f7) ![ExpressJS](https://img.shields.io/badge/Code-ExpressJS-informational?style=flat&logo=Express&logoColor=white&color=7c11f7) ![socket.io](https://img.shields.io/badge/Code-socket.io-informational?style=flat&logo=socket.io&logoColor=white&color=7c11f7) ![Bash](https://img.shields.io/badge/Shell-Bash-informational?style=flat&logo=GNU-Bash&logoColor=white&color=7c11f7) ![VSCode](https://img.shields.io/badge/Editor-VSCode-informational?style=flat&logo=visual-studio-code&logoColor=white&color=7c11f7)

### Future Plans

- allow for users to add their own rooms dynamically
- allow users to customize each chat room based on theme
- use React for frontend
- use Flutter for mobile deployment
- create different color chat bubbles for users
- include the use of emojis in chat