* Chat application allows user to communicate with other users in web chat rooms.
* It enables user to send and receive messages and sending images,videos to other users.
* Chatting apps make it easier, simpler, and faster to connect with everyone and it is also easy to use.
* An anonymous chat room allows users to conceal their identities from others who are also participating in the chat
* An Anonymous Chat forum helps a employee to raise grievance to avoid mistreatment by higher authority.
Technologies Used:
- Frontend: HTML/CSS, JavaScript, React.js, Bootstrap, AdminLTE, Lightbox
- Backend: Firebase, Node.js, Express.js, JQuery
- Database: Firebase RealTime Database
- Misc: VS Code, Git/GitHub
- Software industry constantly keeps on developing. This means, the libraries and frameworks used in the projects keep getting updated, changed and even depreciated.
- Similarly, importing 'firebase' library to our project caused issues, and debugging it took time. This issue was tackled by importing it in fragments.
- Since the firebase database is deployed in the test mode, it will require changing to production mode, to be active after a month.
- To tackle these issues in future we came up and applied the following measure:
- using cloud based services (firebase) to avoid harm from local corruption
- scheduled updation of the tech stack and debugging
Thank You for reading!