@k224824/project-to-do-list
v1.0.3
Published
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.
Downloads
5
Readme
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
Clone the repository:
git clone https://github.com/M-Ehtesham-Ul-Hassan-Malik/TypeScript/Project-To-Do-List
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:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
License
This project is licensed under the MIT License.