SimpleList

This was my own project that I designed and put together to solve a personal problem I was finding with a lot of To-Do apps, where they were overly complicated and doing ‘more’ than they needed to. I put a lot of focus on creating a simple UI with the following main features: data persistence, easy to edit entries, and being able to attach photos to items, and considered how I wanted the user to feel when using it.

Mainly I just wanted a small, simple app that was quick to use, easy on the eyes, and didn’t have any distractions.

And thus, SimpleList was born.

Tech stack: Swift, Core Data, CloudKit