-
Whenever data is entered, the todo app should save it, as well as delete it when the X button is clicked
-
- [ ] React
- [ ] Vue
- [ ] Node.js
- [ ] Django
I think I will create good examples only when I will have Logux Data with CRDT implementation
-
My ToDo basic app is complete, please review. /cc @thecodepath @nesquena
-
Add an icon for the app.
-
My app is complete, please review. /cc @nesquena @timothy1ee
Added the ability to edit a todo item.
- Aaron Henehan
-
- [x] Check against patient data
- [x] Define server side API (could be static file(s))
- [x] Fetch patient data from server
- [x] Parse patient data
- [x] Compare patient data with local …
-
https://github.com/analogdevicesinc/ad5940-examples/blob/dfb9914a12f342d6eb110f28ee0bab800dc11bd8/examples/AD5940_BIA/BodyImpedance.c#L115
-
The app is complete. Please review /cc @codepathreview @codepath
-
@nesquena and @timothy1ee
-
Following on from our discussion about putting together a Todo app that demonstrates use of Fact and maybe templating (MDV), here's a list of things worth looking at:
- TodoMVC apps follow an [applica…