/Notes

Notes is a simple application for iOS that manages a list of notes. With Notes, the user can add notes, update notes, and delete notes. Notes can be grouped into categories. The user can add, update, and delete categories. Each category has a color to make it easier to see what category a note belongs to. A note can belong to one category and a category can have multiple notes. A note can also be tagged with one or more tags. The tags of a note are listed below its title. Adding, updating, and removing tags is pretty straightforward. The user's notes are sorted by last modified date. The most recently modified note appears at the top of the table view.

Primary LanguageSwift

Notes