A chatboxApp using NodeJS, Express, Socket.io, ReactJS, TailwindCSS with only one room.
- Join the room chat by sign in your pseudo.
- Send messages.
- Receive messages.
- See who connected to the chat.
you can find the server repo here : chatboxapp-server.
You can test it here : https://chatboxapp-client.vercel.app/
- socket.io-client to synchronize in realtime the room and conversation.
- react-hook-form to capture the user's pseudo input.
- TailwindCSS for the responsive UI.
- ReactJS of course with Vite.
- yarn install (using yarn)
- npm install (using npm)
- yarn dev (using yarn)
- npm run dev (using npm)
- yarn build (using yarn)
- npm run build (using npm)