/todo-app

This Angular app allows users to create a todo list and delete items from the list upon completion

Primary LanguageTypeScript

Todo App

This Angular app allows users to create a todo list and delete items from the list upon completion

Overview:

  • This application utilizes Node.js, NPM and Angular-CLI
  • Angular-CLI created and generated the components, services, router and directives for the app
  • Users can add an item to the list (submitting a form in Angular)
  • Users can also delete any item from the list (adding an event in Angular)

Todo App