Real-time chat interface where multiple users can interact with each other by sending messages.
- User is prompted to enter a username when he visits the chat app. The username will be stored in the application
- User can see an
input fieldwhere he can type a new message - By pressing the
enterkey or by clicking on thesendbutton the text will be displayed in thechat boxalongside his username (e.g.John Doe: Hello World!)
npm install
npm run start