https://github.com/avidrucker/chat-front
https://github.com/avidrucker/chat-front
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avidrucker/chat-front
- Owner: avidrucker
- Created: 2024-07-19T16:42:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T01:25:57.000Z (about 2 years ago)
- Last Synced: 2025-04-05T13:32:56.995Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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