Socket
Socket
Sign inDemoInstall

@k224824/project-to-do-list

Package Overview
Dependencies
63
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @k224824/project-to-do-list

This is a simple command-line todo list application developed using TypeScript, Node.js & inquirer. It allows users to manage tasks interactively by adding, deleting, updating, and viewing tasks.


Version published
Weekly downloads
11
decreased by-65.62%
Maintainers
1
Install size
7.44 MB
Created
Weekly downloads
 

Readme

Source

TypeScript Todo List CLI

This is a simple command-line todo list application written in TypeScript. It allows users to manage tasks interactively by adding, deleting, updating, and viewing tasks.

Installation

  1. Clone the repository:

    git clone https://github.com/M-Ehtesham-Ul-Hassan-Malik/TypeScript/Project-To-Do-List
    
  2. Install dependencies:

    npm install inquirer
    

Usage

To run the application, execute the following command in your terminal:

npm start

Functionality

  • Add Task: Allows you to add a new task to the todo list.
  • Delete Task: Enables deletion of a task by specifying its index.
  • Update Task: Allows updating an existing task by providing its index.
  • View Tasks: Displays all tasks currently in the list.
  • Exit: Terminates the application.

Version History

  • Version 1.0.0: Initial release.
  • Version 1.0.1: Bug fixes and performance improvements.
  • Version 1.0.2: Further bug fixes and enhancements.
  • Version 1.0.3: Further improvement and enhancements.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

FAQs

Last updated on 14 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc