Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.27 KB

TodoAngularApp

This project was generated with Angular CLI version 11.1.4. This project is hosted on Netlify(using drag drop method). (https://eloquent-bhabha-cfc95a.netlify.app/)

Steps to run in local -

  • Clone the project
  • Go inside repo. Run "npm install" (Node must be installed)
  • Run ng serve
  • Go to browser. Enter URL- localhost:4200

About TodoAngularApp

Landing screen -

image

Enter details(title and description) to add a todo task -

add

Table view after adding some task -

table

Use filters on left to filter on basis on Todo status -

image

Use actions buttons on right to perform actions over tasks, like changes status, edit and delete -

image

*Note Tooltips added for interactive UI