Skip to content

StanPreschlack/Document-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DocuShare

note:

this is not the deploy repository of this project and does not reflect recent changes.

Overview

This project is a cloud based google docs inspired application which aims to facilitate document sharing and editing in a similar capacity. The application implements a serverless design using google firestore and firebase for deployment. Login and user authentication is powered by google firebase authentication simplifying and securing the application. The site is built using the vueJS framework. Google firebase does not require schemas and data is inserted dynamically within the vue middleware. Document sharing will be implemented using socket.io to update document state for multiple people editing. The editor itself is built upon the tiptap api which facilitates document editing and formatting, however its capabilities are considerably more advanced including (eventually) remote and shared code editing with syntax highlighting and code execution as well as a number of customizations and tiptap plugins that I have found.

About

A google docs inspired online text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published