/Todo-app

Todo application built using angular 16

Primary LanguageTypeScript

TodoApp

This project was generated with Angular CLI version 16.2.12.

Install dependencies

Run npm install or npm install --legacy-peer-deps to install dependencies.
----> in Addition to core dependencies, the application uses:
- NgRX
- Angular material
- Bootstrap
- fontawesome
- ng-chart

Development server

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

Running unit tests

Run ng test to execute the unit tests via Karma.
----> You can check unit tests for :
-Todo Service
-create task component
-todo list component

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Application Screenshots

Tasks chart View

tasks chart view

Tasks List View

tasks list view

Drag & drop View

tasks drag&drop view

Create Task

Create Task

Update task

update Task

Delete task confirmation

Delete Task confirmation