My first Swift app. A basic To-Do app, no database connection.
- Add and Delete a task
- Disable the Submit button if:
- the task input is empty
- the entered task is already on the list (the error message will show)
- Show the total number of the tasks
| Langague | Swift |
| Framework | SwiftUI |
| IDE | Swift Playgrounds |
| Device | iPad |
| Time used | 2hrs |
