- 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 features 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. Users can also send the images in the chat room joined.
Making an application with chat + bot considering the following features COMMANDS:- (Implemented sucessfully)
- .wiki object
- .weather place
- .lyrics
- .time
- .currency
- .covid
- .reminder
- .stocks
- GitHub repo link: Link to repository
- 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
https://sociablast.herokuapp.com/
- 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.