A simple React application that uses IPFS and OrbitDB to store and display a list of todo items in a decentralized manner.
Live example: https://todo-list-orbit.on.fleek.co/
Firstly install using yarn install
and hit yarn start
to start the app.
- Open localhost:3000 on two windows, one incognito and one regular.
- Write a name on the textbox on the first window (whatever you want)
- Hit Create
- When the address shows up, copy it
- Paste it on the textbox on the second window
- Hit connect
- Wait till address shows up
- Add data to one of the two windows
- Wait till the magic happens (then you can change data on both windows, and they will sync up!)