Skip to content

Task Management System is a simple task-tracking application built using Angular 19 and traditional CSS. It allows users to add and delete tasks without any routing or advanced features.

Notifications You must be signed in to change notification settings

Rashmi-2005-Ranjan/Task-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Task Management System

A simple Task Management System built using Angular 19 and CSS. This is a basic project where users can add and delete tasks.

Features

  • πŸ“ Add tasks
  • ❌ Delete tasks
  • 🎨 Styled with basic CSS
  • ⚑ No routing, purely component-based

Tech Stack

  • Frontend: Angular 19
  • Styling: Traditional CSS

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/task-management-system.git
  2. Navigate to the project directory:

    cd task-management-system
  3. Install dependencies:

    npm install
  4. Run the development server:

    ng serve
  5. Open your browser and go to:

    http://localhost:4200/

Usage

  • Type a task in the input field and click Add Task.
  • Click the Delete button next to a task to remove it.

Project Structure

πŸ“‚ 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

About

Task Management System is a simple task-tracking application built using Angular 19 and traditional CSS. It allows users to add and delete tasks without any routing or advanced features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published