Real time chat app built with React, Express and Socket.io.
- Log-in screen
- Online users list
- Input field
- Message board
- Chat bot messages
- Connecting via room name
-
git clone https://github.com/madzadev/chat.git
-
cd chat
-
cd server && npm install
andnpm run server
-
cd client && npm install
andnpm start
Any feature requests and pull requests are welcome!!
The project is under MIT license.