Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.46 KB

Project 7 - Task App

Submitted by: Khanh Do

Task is an app that help user manage their tasks on the main tasks list as well as a calendar.

Time spent: 9 hours spent in total

Required Features

The following required functionality is completed:

  • App displays a list of tasks
  • Users can add tasks to the list
  • Session persists when application is closed and relaunched (tasks dont get deleted when closing app)
  • Note: You have to quit the app, not minimize it, in order to see the persistence.
  • Tasks can be deleted
  • Users have a calendar view via navigation controller that displays tasks

The following additional features are implemented:

  • Tasks can be toggled completed
  • User can edit tasks by tapping on the task in the feed view

Video Walkthrough

https://www.loom.com/share/bcbc45a297404d378e8b2d8cc73ddc09

License

Copyright [2023] [Khanh Do]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.