Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 618 Bytes

File metadata and controls

31 lines (24 loc) · 618 Bytes

public-chat-room-react

A Chat application where users can send messages in a public room using Socket.IO

Frontend Dependencies

  • react
  • react-router-dom
  • socket.io-client
  • tailwindcss
  • postcss
  • autoprefixer

Backend Dependencies

  • cors
  • expresss
  • dotenv
  • mongoose
  • socket.io

Scripts

  • backend - npm start
  • frontend - npm start
  • Preview