/okdb-sample-todo

Build realtime TODO app with okdb and react

Primary LanguageJavaScriptMIT LicenseMIT

Realtime TODO App based on okdb

Using realtime okdb toolkit to quickly build realtime apps.

See Getting Started with okdb for more details.

Backend

The backend is a node.js service, needed to broadcast changes to connected clients.

Frontend

The frontend is a react app generated with CRA and using Material UI components.

Getting Started

In your first terminal:

git clone https://github.com/okdb-io/okdb-sample-todo.git
cd okdb-sample-todo/backend
npm install
npm run server

In your second terminal:

cd okdb-sample-todo/frontend
npm install
npm start

Open landing page in two different browser windows, make changes in one window and see them in another one.

Next Steps

See documentation for more information.