This is a simple Todo List application built with Angular. It allows users to add, view, and manage their tasks efficiently. The project demonstrates the use of Angular components, routing, and basic CRUD (Create, Read, Update, Delete) operations.
- Add Tasks: Easily add new tasks to your to-do list.
- View Tasks: View all tasks in a list format.
- Manage Tasks: Mark tasks as completed or delete them as needed.
- Routing: Navigate between different views using Angular's routing system.
- Angular: A platform and framework for building single-page client applications using HTML and TypeScript.
- Bootstrap: For responsive and modern UI design.