Skip to content

rickmak/todo-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-ios

A simple todo app run in iOS

Bugs

  • Keyboard should show automatically on modal appear
  • At add todo model, the keyboard return key should be 'Done'. Press it will save the item.
  • ToDo item should not finished on touch, make it finished by swipe
  • A deleted item(by swipe) at finished tab re-appear on quit/reopen

Tasks

  1. Show me you can read code and produce good clean code
  2. Fix the above bugs
  3. ToDoListTableViewController and FinishedTableViewController are doing similar task, try to extract the common function and reduce code duplication. (okay to just think of direction within time, we can discuss it later)
  4. Any refactoring you think will make the code better, reduce the chance to produce above bugs

Constraint

  • You are not allow to import external library
  • Time limit is 1 hr

Evalation

  • We look for clean and maintainable code
  • Attention to UI/UX
  • How you fix the problem is more important than how fast you fix it

About

A Simple todo app run at iPhone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published