Panda Guru LogoPanda
Guru

Basic React Chat Application - Uber Frontend

Round 1

Questions: Create a React component that implements a basic chat interface with the following requirements:

image

  1. Develop an input box for typing messages
  2. Create a send button to submit messages
  3. Design a message container to display chat history
  4. Implement state management for:
    • Tracking input text
    • Storing and displaying message list
  5. Ensure messages are added to chat history when sent
  6. Clear input box after message submission
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.