Reminders iOS App

Reminders GitHub Repository

Reminders is a mobile application for iOS devices designed for users who need to record reminders for their daily activities and lifestyles.

Background

During my Panther Hackers iOS Workshop at GSU, I was abled to develop small applications projects weekly. I took the oportunity to simulate one of the most usefuls apps for Apple devices, known as Reminders. Many times I have encountered in situations where I need to create notes to remind myself to do several tasks in the meantime, and emulated a similar experience with the interface.

Users & Audience

This solution is thought-out to be utilized for most users who are looking for a convinient interface to prompt all their reminders, and complete their do-to list with a single tap.

Team & Role

I led this small project as the main Swift developer using Xcode software with the support of two Software Developers as mentors to guide the process step-by-step.

User Interface Design

For this project we were only required to include a UITableView in which consist of a list view layout to arrange each reminder as the application was mainly worked on the back-end. When the user has completed a reminder, they can tap to the accomplished item, and the reminder will be checked and greyout as complete.

Add a Reminder

Mark as Checked

Store More Reminders

Overall View of Reminders

Outcome

Table Views are a common component in iOS apps. I was able to harness them by building a Reminders mobile application project during my workshop for iOS Development.