0xironclad / 0xironclad/Real-Time-Chat-Application
[FE] Message Input
Open
Beginner friendly
- Dominant language
- CSS
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Text input + "send"
- Handle local state for input
- On submit, call placeholder function handleSendMessag
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the frontend component handling the chat interface, likely in a file like MessageInput.jsx or similar. Create a text input field and a send button, manage the input's state locally using React's useState. On form submission, call a placeholder function handleSendMessage that will later be connected to the backend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100