Skip to content

A project related to multi user document editing web app

Notifications You must be signed in to change notification settings

eshant52/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text editor web app (multi-user)

Content

  1. Introduction
  2. Features
  3. Installation

Introduction

This is a text editor web app that allows multiple users to edit the same document at the same time. It is built using React, Node.js, Express.js, Socket.io, and MongoDB.

Features

  1. Text editor tool bar
  2. Multi user text editing
  3. Margin layout settings for pages
  4. Printing document

Installation

  1. Clone the repository

    git clone
  2. Run the server

    cd server
    npm install
    npm run ser-dev
  3. Run the client

    cd ..
    cd client
    npm install
    npm run cli-dev