A simple Task Management System built using Angular 19 and CSS. This is a basic project where users can add and delete tasks.
- π Add tasks
- β Delete tasks
- π¨ Styled with basic CSS
- β‘ No routing, purely component-based
- Frontend: Angular 19
- Styling: Traditional CSS
-
Clone the repository:
git clone https://github.com/your-username/task-management-system.git
-
Navigate to the project directory:
cd task-management-system
-
Install dependencies:
npm install
-
Run the development server:
ng serve
-
Open your browser and go to:
http://localhost:4200/
- Type a task in the input field and click Add Task.
- Click the Delete button next to a task to remove it.
π task-management-system
βββ π src
β βββ π app
β β βββ π components
β β β βββ π task-list.component.ts
β β β βββ π task-list.component.html
β β β βββ π task-list.component.css
β β βββ π app.component.ts
β β βββ π app.component.html
β β βββ π app.component.css
β βββ π main.ts
β βββ π index.html
βββ π angular.json
βββ π package.json
βββ π README.md