miguelgrinberg / Flask-SocketIO-Chat

A simple chat application that demonstrates how to structure a Flask-SocketIO application.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
MIT License
673 stars 239 forks source link

Design #31

Closed KhalidObaide closed 3 years ago

KhalidObaide commented 3 years ago

The project has a cool looking now !

Simply just added some styles and made the website looks great.

Features Added

✅ Added some styles to the pages (chat, login) ✅ Added an Emoji Picker to the chat input 👌 In order to split the name from the message i changed the python file to have a long code 👍 The website is ready to use in offline mode which is under a network [TESTED] OK; ✅ Changed the host to local IP address 0.0.0.0 and not the 127.0.0.1

Screenshots

The Login Page

login

The Live Chat Page

chat

Notes

Let me know if you do pull or not ? I checked the "Allow edits by maintainers" so feel free to change any title or any part that you think it's not okay. Thanks.

miguelgrinberg commented 3 years ago

While I appreciate the effort, the purpose of this application is to teach how to use Socket.IO. I feel all the complexity that you added distracts from that purpose, so I prefer to keep the simple and ugly interface.

KhalidObaide commented 3 years ago

Good luck with that.