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

https://github.com/avidrucker/chat-front


https://github.com/avidrucker/chat-front

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Readme

## Updates and Changes

- [x] make the basic page layout: header, chat window, footer with text input and submit button
- [x] enable message submit on Enter key
- [x] scroll to the bottom of the chat window when a new chat comes in
- [x] add username to chat messages
- [x] take in chat messages as objects instead of plain strings to then be able to add more properties like username, timestamp, etc. with unique formatting
- [x] fix text input to always be at the bottom of the screen
- [x] set up user's own name to appear in blue, and all other users' names to appear in red

## Ideas
- [ ] add a timestamp to each chat
- [ ] add a unique color to each user's username