DEV Community

Discussion on: Taskbarter – Exchange Tasks for Free!

Collapse
 
fstrazzante profile image
Francesco

Hey Mohsin! Congrats nice work! I was surfing from mobile and I've found a nice and smooth UX! Nevertheless the idea the exchange task is really valuable! Could I ask you how did you build the messages section? Have you used any specific library?

Collapse
 
mohsinht profile image
Mohsin Hayat • Edited

Thank you so much Francesco. It really means a lot.

I designed and developed the messaging section from scratch. Although, the design inspiration is from Whatsapp and Facebook Messenger.

The fact that it looks good on Mobile is because I separated the mobile components in React and it worked flawlessly. The messages and notifications are sent/received using the npm library: Socket.io. Rest is all custom-built.

Collapse
 
fstrazzante profile image
Francesco

I see, thank you for the explanation! Great job, again!