https://github.com/kabragaurav/todo-app-with-angular
A Task Noter App (ToDo App) to count total # of tasks, listing them together using Angular
https://github.com/kabragaurav/todo-app-with-angular
angular8 to-do-app
Last synced: 3 months ago
JSON representation
A Task Noter App (ToDo App) to count total # of tasks, listing them together using Angular
- Host: GitHub
- URL: https://github.com/kabragaurav/todo-app-with-angular
- Owner: kabragaurav
- License: mit
- Created: 2020-03-25T05:52:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T08:01:27.000Z (over 4 years ago)
- Last Synced: 2025-03-15T03:41:19.056Z (7 months ago)
- Topics: angular8, to-do-app
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Author : [Gaurav Kabra](https://www.quora.com/profile/Gaurav-Kabra-23)
----
Use commands:
npm install --save @angular/material @angular/cdk
ng generate component : To generate new component (folder in app)
ng generate service : NOT USED IN THIS APP
ng serve --open : to start server and open in default browser (default port 4200)
code . : open current folder in VSCode
----
Refer demo.mp4 for demonstration video!