This application helps users to connect and join to a chat room bind to a chat server where they can send and receive messages. The server has the capability to block certain words sent by users and censor them accordingly.
The application is live on https://sf-reactjs-chat-app-socketio.netlify.app
To run this application in your local environment
- Clone the repo using
git cloneon your local machine. - Run
npm iin both the folders server and client by usingcdcommand. - Spin up the server in the server folder in one terminal using
nodemon index.jsornpm start. - In another terminal,
cdover to the client folder and runnpm start. This will launch the application in the localhost of your browser.
Some screenshots of the application:




