Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.72 KB

README.md

File metadata and controls

50 lines (34 loc) · 2.72 KB

Industrious.ToDo

MIT

Industrious.ToDo (GottaDo)

An Industrious One take on the canonical to-do list example application.

I'm using this one to demonstrate the various Industrious packages together in something resembling a real world application. It also makes a nice sandbox for experimenting with new approaches and ideas; you'll catch me playing here from time to time (currently toying with a new state-based navigation approach). I've tried to architect it as I would any "real" application to make it a meaningful testbed.

This current iteration is a "plain" MVVM approach using mutable model objects. Once I have everything working to my liking I'll introduce a Redux-style unidirectional data flow with immutable objects. (I'm taking this approach to verify that the support libraries work property with both mutable and immutable objects.)

The Industrious packages in use so far (I have a few more on the way) include:

Industrious.ToDo is developed using Xamarin.Forms, and currently includes targets for iOS and Android.

Stay in touch

License

MIT

Cloud Checkbox icon and in-app icons by Icons8.

Side Notes