Skip to content

Todo list using Angular and Firebase database.

Notifications You must be signed in to change notification settings

bobend212/TodoApp

Repository files navigation

Todo App

Todo list application using Angular and Firebase database.

  • Angular 14, Firebase
  • CRUD tasks
  • Details component
  • Show/hide completed tasks
  • Material snackbar added

Snapshots

Main view - empty list

main_empty

Main view - list with tasks

main_todos

Main view - completed tasks are hidden

hideCompleted

Main and Details view - completed task

details_completedTask

Main and Details view - not completed task

details_notCompletedTask

Main view - update task title (before)

updateTask_before

Main view - update task title (after)

updateTask_after