I am trying to make a simple to do ap.
I want the following things to happen there:
- A user should be able to log in
- he should then be able to add tasks
- the tasks should be displayed in a repeating group
- the users should be able to delete tasks from the repeating list.
I can’t understand how should I design my data and how many data types should I create. Please Help