artica-to-do-app-
v1.0.0
Published
This is a to-do app developed using TypeScript
Downloads
2
Readme
Command Line TO-DO List Application
Description
This is a simple command line TO-DO list application built with Node.js. It allows users to manage their tasks by performing various operations such as adding, updating, viewing, and deleting tasks.
Installation
To use the TO-DO list application, follow these steps:
Clone the repository to your local machine:
git clone <repository-url>
Navigate to the project directory:
cd todo-list-app
Install the dependencies:
npm install
Usage
To start the application, run the following command in your terminal:
npm start
Follow the prompts to perform the desired operations on your TO-DO list.
Features
- Add: Add a new task to the TO-DO list.
- Update: Update an existing task in the TO-DO list.
- View: View the current status of the TO-DO list.
- Delete: Delete a task from the TO-DO list.
How to Contribute
Contributions are welcome! If you would like to contribute to this project, you can follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
- This application was built using Node.js and Inquirer.js.
- Special thanks to Bilal Waleed for developing this application.
Feel free to modify this template according to your specific project details and preferences. Let me know if you need further assistance!