This is a chatting application built using Reactjs. @ant-design, axios and react-chat-engine were some of the dependencies that were used. User can create multiple chat rooms, get sound notification, send text, images, emojis, add users, change admin and a lot more. The backend has been made using chat engine which provides user and admin privileges.
The project has been built following this Video from JavaScript Mastery YouTube channel.
A particular user can be made admin from the chat engine dashboard. This admin can create accounts for other users, who can login with the credentials provided to them and start chatting in a room.
Any user can make a new chat room and add other users directly by their username.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Create an account in chat engine, make profiles for users, copy project id, move to Chat-App/src/App.js line number 25 and paste.
Run npm start
and the app opens up in browser.
To build a production ready application.
The project is deployed here: test. Contact for getting username and password.
That's all. You are all set to start your conversation 💯💯
If you like my work do consider dropping a ⭐️ :)
Made with 💙️ in India