This application simply allows users to have conversations with others on real time,initially each user has to first register which then redirects them to the chat window
- Either fork or download the app and open the folder in the cli
- Install all dependencies using
npm i
command - Start the web server using the
npm run local
command.