Skip to content

gtiosclub/ToDoListAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Starter Assignment: To-Do List

This assignment requires you to create a to-do list app with the following requirements:

  • A home page which shows all your to-do lists.
    • A toolbar button to add a list with a user-selected name.
  • Ability to select a list and view its items.
    • A toolbar button to add items to the selected list.
    • A button next to each item to toggle its completion status.
  • (EXTRA) Delete lists and items using a swipe gesture.
  • (EXTRA) Add animations to your list and/or buttons.

Starter Code

The starter code provided includes boilerplate code for the model, view model, and the main list view. You may add more views, view modifiers, functions, and files as needed.

Expected Results

Simulator Screenshot - iPhone 15 Pro - 2024-09-05 at 14 47 04 Simulator Screenshot - iPhone 15 Pro - 2024-09-05 at 14 47 20 Simulator Screenshot - iPhone 15 Pro - 2024-09-05 at 14 47 15 Simulator Screenshot - iPhone 15 Pro - 2024-09-05 at 14 47 23

Screen Recording

Simulator Screen Recording - iPhone 15 Pro - 2024-09-05 at 14 51 18

Submission

Place your completed assignment in a .zip file. Send this along with a recording of your app demonstrating the functionality to your Tech Lead on Discord.

About

An intro assignment for new project members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages