Loading repository data…
Loading repository data…
isabelasc001 / repository
Projeto de To-Do-List desenvolvido com a linguagem swift, utilizando o framework UIKit e CoreData. Aplicando conceitos como padrão MVC, ViewCode, AutoLayout, Data Persistence.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
CoreDataManager) for offline-first, local database management of lists and tasks.LandingPageViewController welcoming users, leading to a HomeViewController that displays categorized lists (Personal, Work, Health, Study, Other) in a dynamic UICollectionView.NewListViewController.isFullyCompleted and moved to the ArchivedViewController to keep the main dashboard clean.The result is a highly functional, offline-capable iOS productivity app. By using Core Data, it ensures real-time local saving. The programmatic UIKit approach allows for a seamless, scalable, and responsive user experience across different iOS devices, and the auto-archiving psychology helps users focus purely on active tasks while keeping a history of completed work.