Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.35 KB

Welcome to Collab-Note-YJS !!!

Collab-Note-YJS is a multi-repo project which divided by two repositories (frontend and backend). This repository is the frontend part.

Deployed app

You can access deployed project from here!

⚠️ CAUTION!!!

*.herokuapp.com domain is included in Public Suffix List and app in the domain are generally prevented from setting Cookies (see here). Now Collab-Note-YJS is deployed in the *.herokuapp.com domain and meets lower security level than when using Cookies.

So please do NOT write secure information in this app.

Tech stack

  • TypeScript
  • React
  • Tailwind CSS (styling)
    • partially using ordinary CSS
  • Yjs
    • implementation of CRDT(Conflict-free Replicated Data Type)
    • core technology of collaborative functionality
  • Tip Tap

Related repositories