Use angular 17.2.0 node 20.14.0 npm 10.7.0
- Here, I have used Firebase for DB and authentication.
- Users need to sign up first using a username, email, and password. if they don't have an account.
- After signup, the user needs to login or sign in using their email and password.
- After login, the user navigate to the task list page.
- Here, users can search using task names and filter by status if the task is theirs. If the task is not there, the user needs to add the task first.
- If task is their user can able to update and delete task. Also, users can update the status from task list.