Skip to content
/ Today Public

App for iOS that presents daily reminders. iOS 14.5+

Notifications You must be signed in to change notification settings

lgreydev/Today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today

Today, a productivity app for iOS that presents daily reminders. Although productivity apps are helpful, they can sometimes induce stress. The goal of Today is to help users focus on their tasks for the day, but use visual design and animation to present a muted, calm interface. Take a closer look at the Today screens.

Reminder List

The main screen of the app displays a list of a user’s reminders. The segmented control at the top of the screen filters reminders into three categories by due date: today, future, all. Users can complete reminders by tapping the circle button, which animates the progress circle — the large circle above the list. Tapping the Add (+) button in the toolbar creates a new reminder. Screenshot of reminder list screen with sample reminders and progress circle

Reminder Detail and Edit

The detail screen shows more information about a reminder, including its title, due date, time due, and additional notes. Users can alter the reminder’s details by clicking the Edit button, which displays a visually distinct view of the reminder cells so that users can determine if they are in view or edit mode. In view mode, the reminder details display in a group of rows with icons. In edit mode, the reminder details display below individual categories. You’ll reuse the edit view to display the new reminder screen. Screenshot of reminder detail screen with sample title, date, time, and note

New Reminder

The new reminder screen appears when users tap the Add (+) button in the reminder list. This screen shares cells with the edit reminder screen, but presents modally instead of pushing onto the navigation stack like the edit screen does.

About

App for iOS that presents daily reminders. iOS 14.5+

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages