Skip to content

KitsuneNoctus/Taskee2

Repository files navigation

Taskee2

Make School | MOB 2-2 | Core Data final Project

Final Project of the MOB 2.1 - Local Persistence in iOS class

Taskee: An app to keep track of Projects and the tasks needed to complete them. A simple interface that anyone can use.

Task: Develop an app using Core Data that allows for the creation, updating, and deletion of Projects with tasks

Each Project should have a list of tasks to-do and a list of tasks done, as well as the ability to add tasks.

Download project here

Project Interaction

Project1gif Project2gif

Task Interaction

Task1gif Task2gif

Languages:
  • Swift
Persistence Methods:
  • CoreData

Code Base Interaction

  • Controllers: here - Where the body of the code is. Creation of View Controllers and Cells. Holds the core of data interaction
  • CoreData: here - Hold the Core Data Stack class. What makes the whole project work.
  • Model: here - Contains the Data Model and the Entity classes. Also holds the custom text field

Original Taskee Here

Lost do to technical and human error

The Original Commits

License

Distributed under the MIT License. See LICENSE for more information.

About

Make School | MOB 2-2 | Core Data final Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages