CoreDataNote is a simple iOS application that demonstrates the use of Core Data for managing notes. This app allows users to create, read, update, and delete notes and tags, showcasing the fundamental operations of Core Data.
- Create new notes
- Add or remove tags
- View a list of existing notes
- Edit existing notes
- Delete notes
- Persistent storage using Core Data
This project is licensed under the MIT License - see the LICENSE file for details.