/ToDoApp

Primary LanguageTypeScript

TodotasksApp

Simple Todo angular application using the REST APIs.

User Requirements:

  1. As a user, I should be able to see all todo items fetched using a REST API.
  2. As a user, I should be able to click a todo item and able to see its detailed view.
  3. As a user, I should be able to open add a new todo item view by clicking the add button.
  4. As a user, I should be able to add a todo item by entering the title, description, due date and time.
  5. As a user, I should be able to mark a todo item as complete.

This project was generated with Angular CLI version 8.3.19.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.