/todo

Todo is a simple to-do list application that allows users to create and manage tasks. This repository contains source code for the application, including task management, task search and sorting, and more. It's a helpful tool for individuals and teams looking to stay organized and productive.

Primary LanguageVue

Todo

This repository contains source code for a simple to-do list application that allows users to create and manage tasks.

Features

The Todo application includes the following features:

  • Add, modify, and delete tasks
  • Mark tasks as completed
  • Filter tasks by status (completed or active)
  • Sort tasks by name or date
  • Search for specific tasks

Getting Started

To get started with the Todo application, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/pedram-davoodi/todo.git.

  2. Install the necessary dependencies using npm install.

  3. Start the application using npm start.

  4. Open your browser and navigate to http://localhost:3000 to access the application.

Usage

To use the Todo application, follow these steps:

  1. Add a new task by entering the task name in the input field and clicking the Add button.

  2. Modify a task by clicking the Edit button on the task and updating the task name in the input field.

  3. Delete a task by clicking the Delete button on the task.

  4. Mark a task as completed by clicking the checkbox next to the task.

  5. Filter tasks by status using the All, Active, or Completed buttons.

  6. Sort tasks by name or date using the Sort By dropdown.

  7. Search for specific tasks using the Search input field.

Contributing

If you would like to contribute to this repository, please fork the repository and submit a pull request with your changes. Contributions are welcome and appreciated!

License

This repository is licensed under the MIT License.

Contact

If you have any questions or suggestions for this repository, please contact the repository owner or submit an issue on GitHub.

Thank you for using Todo!