Chatter is a simple web app made for chatting with your friends. It provide realtime message exchange like any other chat app and has UI like that of WhatsApp Web. It is build on React js platform and has an awesome UI which makes it really attractive. Further it is hosted on heroku so you can view it using the below provided link. The server is a node js server and is also hosted on github as well. View it here.
I have also developed the corresponding react native app for android and IOS mobile platform which you can view here.
Right now, I have covered only the major functionalities, but there are many things that can be developed in the app like signing in using google/facebook, media sharing, profiles page display etc. I have put a tooltip of 'In Beta Mode' for the functionalities which I will develop in future.
https://chatter-fro.herokuapp.com/
Here are all the screens inside this app.
Register | SignIn |
---|---|
Welcome | ChatScreen |
---|---|
Friend Requests | All Users |
---|---|
Here you first have to register yourself. Than you can send friend requests to the users of this app or to your friends. Once they accespt your friend request, you will become friends and then you can enjoy real time messaging with them.
Developers are welcome to contribute to this open source. To set up this project on your local machine, first clone it. Then go to the directory and run npm install to install all the modules listed in package.json file. After completion, run npm start to run the app on local server.
If you find any bug or issue, feel free to report it. Your suggestions and PRs are also welcomed.