- Neel Shah 🦉 - [email protected]
- Harsh Nag 😎 - [email protected]
- Dhruv Kunjadiya 🦊 - [email protected]
- Smit Sekhadia 🦅 - [email protected]
- Ravi Maurya
- Pankaj Khushalani
- Azeez Dandawala
People can chat , send images , execute various bot feactures in the chat room discussion. We have also created a great chat room system configuration with high security of Login and Password for each user. Appropriate validations are also applied to Login and Password.
Making an application with chat + bot considering the following features COMMANDS:- (Implemented sucessfully)
- .wiki object
- .weather place
- .lyrics
- .time
- .currency
- .covid
- .reminder
- .stocks
Users can also send the images in the chat room joined.
- GitHub repo link: Link to repository
- Front-end - HTML, CSS, Javascript, React
- Back-end - MongoDB, Node JS, Socket IO
- Clone the repository
git clone https://github.com/Neel-Shah-29/SOCIABLAST.git
To start the frontend user interface
cd client
npm install
npm start
To start the backend server
npm install
npm start
https://drive.google.com/file/d/1NgQ4JyFTRaFYtzACkFk2x64H6GFTZxEt/view?usp=sharing
- There are many bot feactures that can be implemented like .stickers , .emoji , .news and much more. Whatever user thinks can be implemented.
- The User Interface can be made more user friendly though we have tried to create an execellent UI as per our imagination.
- Storage of messages sent and recieved in a given chat room in the local computer as the messages and data is lost once we refresh the screen.