https://github.com/iamvaibhavsar/angular_todo
A TO-DO Web Application using the Angular framework that lets users add tasks, Mark them Done, and Delete them.
https://github.com/iamvaibhavsar/angular_todo
Last synced: 2 months ago
JSON representation
A TO-DO Web Application using the Angular framework that lets users add tasks, Mark them Done, and Delete them.
- Host: GitHub
- URL: https://github.com/iamvaibhavsar/angular_todo
- Owner: IamVaibhavsar
- Created: 2022-11-07T10:12:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T13:37:33.000Z (over 2 years ago)
- Last Synced: 2025-01-03T04:50:43.097Z (4 months ago)
- Language: TypeScript
- Homepage: https://iamvaibhavsar.github.io/Angular_ToDo
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular TODO
A to-Do Web Application using angular.js framework that lets user add tasks, Mark them Done and Delete them.
---
# To-Do-App
[See the Project](https://github.com/IamVaibhavsar/Angular_TODO "Angular TODO")

Add the task:
Write Your Todo's and click on `ADD TODO` button.
The task is added in the list sucessfully.
Delete the Task:
To Delete the Task, click on `DELETE` button.The Tasks are Deleted sucessfully.
---
To install the node modules:
In the Project directory, Run### `npm install`
In the project directory, you can run:
### `ng serve --open`
Runs the app in the development mode.
Open [http://localhost:4200](http://localhost:4200) to view it in the browser.---
### Thank You.