Skip to content

Real-time collaborative todo app implemented using the Croquet platform.

Notifications You must be signed in to change notification settings

croquet/croquet-todo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Croquet Todo Example

Realtime collaborative todo app implemented using the Croquet platform.

Demo deployed at Netlify

Todo Demo

Netlify Status

Getting Started

  1. Install the packages.
yarn
  1. Run the server.
yarn start
  1. Load the page in your browser: http://localhost:9009

  2. Copy the URL, open another browser window, and paste the URL into the address bar to open the same todo list in two browser windows.