arpittyagi102 / LinkUp

Link Up is a real time chatting application project, it utilizes, MERN, socket.io
https://getlinkup.vercel.app
MIT License
23 stars 30 forks source link

Replace normal notifications with `react-hot-toast` notifications #43

Closed arpittyagi102 closed 1 year ago

arpittyagi102 commented 1 year ago

Hello, I want someone to use react -hot-toast notification in my reactjs project, it currently uses default notifications please take reference from this https://react-hot-toast.com/

saakshiraut28 commented 1 year ago

Hey @arpittyagi102, I would like to work on this issue.

arpittyagi102 commented 1 year ago

Hello @saakshiraut28, I have assigned you the issue. You may start working on it.

saakshiraut28 commented 1 year ago

Hey @arpittyagi102, I'm getting the following error after setting up this project: image

Could you please tell me how to solve it?

arpittyagi102 commented 1 year ago

Hello @saakshiraut28, have a look at CONRTIBUTING.md Reply if that doesn't help, i will try my best to help

saakshiraut28 commented 1 year ago

Thanks @arpittyagi102. I just realized that I had the order mixed up—I was running the frontend server before the backend server. That could be the reason why I was getting the error.