Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (23 loc) · 1.34 KB

Note Editor with Chatbox

This repository contains code of our Operating Systems Project : Note Editor with Chatbox.

Team Members

This project was done by :

Description

This website provides a note editor that can be concurrently used by multiple users along with a chatbox.

Tech Stack Used

  • HTML
  • CSS
  • JavaScript
  • Node.js

Development Methodology

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.

Timeline

  • [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.