A Real-time chat application with chat rooms. Users can enter specific chat rooms based on their interests or discussions, enabling multiple people to engage in real-time conversations within each room.
Technologies | Usage |
---|---|
NodeJS & Express | REST API |
Typescript | Compiler and Error Detection |
React | Front-end library |
Tailwind | CSS, Styles & Colors |
Socket.io | Real Time communication |
git clone https://github.com/marckevinflores/usap-chat.git
cd usap-chat
npm install
npm start
after you done run the client locally
cd server
npm install
npm run dev