This is a chat application build using react and socket.io for client-server communication. This is a PWA Web application.
React and Hooks -> useContext , useRef and customHook were some beautifully used hook all over the application.
This application uses localstorage heavily and is less efficient in that perspective so will work on makeing it synchronous with DB.
Followed WebDevSimplified youtube channel for more information over the project.