This repository contains code of our Operating Systems Project : Note Editor with Chatbox.
This project was done by :
We were given code of a note editor by our mentors. We were supposed to build a chatbox and integrate it to the note editor.
- HTML
- CSS
- JavaScript
- Node.js
First we will add a chat icon at the bottom left corner of the note editor. When the chat icon is clicked, a small chatbox should pop up. This chatbox will contain all features essential for chatting. Anyone using the server will be able to chat with each other through this chatbox.
- [08/02/2024] Started working on the project.
- [15/02/2024] Finalised our approach and made appropriate changes to the repository.
- [14/03/2024] Added code of preliminary chatbox. The chatbox icon is visible and when clicked, a chatbox pops up. Chatting feature hasn't been fully deveoped yet.
- [21/03/2024] Incoming message feature was developed and few improvements were made to enhance the appearance of the chatbox.
- [04/04/2024] We tried to link frontend with backend.
We were asked to integrate our code with the code of an online note editor provided by our mentors.