Todo App using Angular13 and NgRx.
Set api url in src/assets/configs/configs.json
as apiUrl
. Default is http://localhost:3000/
.
Dependencies are listed in package.json
file.
use npm install
to install them.
-
New Created List Tasks (tasks can move to daily tasks, edit and delete)
-
Delete List:
- Warning when list has some tasks.
- Delete List if it has no tasks.
Amir Rezaei @ameerezae