Skip to content

Aciila/test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management System

Overview

This is a simple task management system (todo list) implemented in TypeScript. It consists of a Task model and a TaskManager service that allows for adding, removing, finding, filtering, and sorting tasks.

Features

  • Create, update, and remove tasks
  • Filter tasks by completion status
  • Sort tasks by title
  • Unit tests for key functionalities

Architecture

The system is designed using Object-Oriented Programming (OOP) principles and follows SOLID design principles to ensure maintainability and scalability.

Components

  • Task: Represents a task with properties such as id, title, description, and completed status.
  • TaskManager: Manages a collection of tasks and provides methods for task manipulation.

Getting Started

Prerequisites

Make sure you have Node.js installed on your machine.

Installation

Clone the repository:

  1. Clone the repository:
    git clone https://github.com/Aciila/test_task.git
    cd test_task
    npm i
    npm run test

About

Task manager test task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published