Skip to content
/ j-chat Public

A simple responsive live group chat web app.

License

Notifications You must be signed in to change notification settings

jhyahav/j-chat

Repository files navigation

MIT License LinkedIn


j-chat icon

j-chat;

A simple responsive live group chat web app.

About

screenshot of j-chatroom

This mini-project was one of the first web apps I built. Using Google authentication, it enables users to send and receive text-based messages in real time. The chat room supports both left-to-right and right-to-left text, as well as emojis. The message data is stored in a Firestore database and updated whenever a new message is sent. Since the core functionality of the web app is based on a tutorial (see Acknowledgments), I spent a lot of time making it my own by adding new features (e.g. bidirectional text support, time stamps and usernames on messages) and by revamping the design to my liking.

Built with

React Firebase

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

Based on React Firebase Chat App tutorial from fireship.io.

(back to top)