Hey everyone! I’ve been working on a personal project called Chatterbox
—a real-time chat application that allows two users to engage in private conversations. It’s already hosted and open-sourced on GitHub, with clear instructions on how to set it up locally. You can find all the details in the GitHub Readme. I’d really appreciate any feedback or suggestions for improvement!
What my project currently does:
- View and modify your profile details, including your avatar, username and password.
- Create private 1-on-1 conversations with other users.
- Users can send text to each other
- Allow users to delete entire conversations
- Detect links and add an anchor tag to them
Source code: GitHub - KafetzisThomas/Chatterbox: Enables real-time chat conversations among users.
Live demo: https://chatterbox-demo.onrender.com/
Purpose: Chatterbox/README.md at main · KafetzisThomas/Chatterbox · GitHub