File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TodoMVC application using [OrbitDB](https://github.com/orbitdb/orbit-db) as a da
11
11
** [ LIVE DEMO] ( https://ipfs.io/ipfs/QmTJGHccriUtq3qf3bvAQUcDUHnBbHNJG2x2FYwYUecN43/ ) **
12
12
13
13
<p align =" centers " >
14
- <img src =" https://raw.githubusercontent.com/haadcode /example-orbitdb-todomvc/master/screenshots/Screen%20Shot%202017-11-29 %20at%2017.09.31 .png " width =" 50% " >
14
+ <img src =" https://raw.githubusercontent.com/natachadelarosa /example-orbitdb-todomvc-updated /master/screenshots/Screen%20Shot%202018-09-09 %20at%2011.10.20 .png " width =" 50% " >
15
15
</p >
16
16
17
17
## Install
@@ -53,9 +53,9 @@ To collaborate on a TODO list, open the same url in _another browser or incognit
53
53
54
54
This example is based on [ React TodoMVC] ( https://github.com/tastejs/todomvc/tree/master/examples/react ) .
55
55
56
- - Initializing OrbitDB and IPFS happens in [ store] ( https://github.com/haadcode /example-orbitdb-todomvc/blob/master/src/utils/store.js )
57
- - OrbitDB calls happen in [ model] ( https://github.com/haadcode /example-orbitdb-todomvc/blob/master/src/utils/todoModel.js )
58
- - The database and app are hooked together in [ app] ( https://github.com/haadcode /example-orbitdb-todomvc/blob/master/src/index.js#L23 )
56
+ - Initializing OrbitDB and IPFS happens in [ store] ( https://github.com/natachadelarosa /example-orbitdb-todomvc-updated /blob/master/src/utils/store.js )
57
+ - OrbitDB calls happen in [ model] ( https://github.com/natachadelarosa /example-orbitdb-todomvc-updated /blob/master/src/utils/todoModel.js )
58
+ - The database and app are hooked together in [ app] ( https://github.com/natachadelarosa /example-orbitdb-todomvc-updated /blob/master/src/index.js#L23 )
59
59
60
60
## Contribute
61
61
You can’t perform that action at this time.
0 commit comments