Skip to content

paula-uxengineer/itacademy-nodejs-sprint-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO CLI APP

This TO-DO CLI application allows users to manage tasks effectively. Users can create tasks, view tasks by status (pending, in progress, completed), update tasks, and delete tasks. The application is designed with Typescript and Jest for unit testing.

Features

  • Add tasks.
  • Mark tasks as completed.
  • Remove tasks from the list.
  • Show a task
  • Display all tasks.

Get started

Prerequisites

  • Node.js (version >= 20)
  • npm (version >= 10)

Initialize the Project:

  1. To get started, you first need to clone the repository:
git clone [https://github.com/paula-uxengineer/to-do-list.git]
  1. Next, install the project dependencies:
npm install

Start the project

  • To start the app in development mode, run the following script:
npm run dev
  • Runs tests using Jest.
npm run test
  • Starts the cli app
npm run cli

🎓License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

A Command Line Interface (CLI) TO-DO application built with TypeScript following unit test with Jest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors