Building a Full Stack Chat Application with Avatar Display and Sound Notifications

TLDRLearn how to add avatar display and sound notifications to a full stack chat application

Key insights

Avatars are now being updated and stored in the database correctly

🔔Sound notifications can be added to the chat application

Q&A

How can I display avatars in the user dashboard?

Avatars can be displayed below the header in the user dashboard sized at 250x250 pixels and cropped in a circle shape.

Can sound notifications be added to the chat application?

Yes, sound notifications can be implemented for every message received in all chat rooms.

Timestamped Summary

00:10Introduction and demo of the full stack chat application

02:20Adding avatar display feature to the user dashboard

04:50Implementing sound notifications for received messages