All-In-One-Python-Projects icon indicating copy to clipboard operation
All-In-One-Python-Projects copied to clipboard

Create Initial To-Do List Application

Open PragatiBasnet29 opened this issue 1 year ago • 2 comments

Developer Checklist

  • [x] Adhered to the guidelines outlined in the README & Contributing file.
  • [x] Maintained the correct directory structure (e.g., ProjectName/...yourfiles).
  • [x] Please ensure to include a README file for enhanced project clarity.
  • [ ] Starred ⭐ the repository (optional).

Summary

_Its a todo app that lists the task and make check after completion and can delete also

_

Screenshot

_Screenshot 2024-10-26 101048

.._

Live Project Link

the app is not live feel free to do so

PragatiBasnet29 avatar Oct 27 '24 04:10 PragatiBasnet29

👋 @PragatiBasnet29 👋

We're delighted to have your pull request! Please take a moment to check our contributing guidelines and ensure you've filled out the PR template for a smooth process. We will review it soon.

github-actions[bot] avatar Oct 27 '24 04:10 github-actions[bot]

Here's a revised response that acknowledges the improvements you've made and reflects a refined and organized project update:


Thank you for your feedback! I’ve implemented the suggestions to enhance the To-Do List application’s usability and code quality. Here’s an overview of the updates:

  • PR Renaming: Updated the PR title to be more descriptive, clearly reflecting the purpose of this update.
  • Enhanced Error Handling: The add_task function now includes robust error handling, preventing duplicate tasks and handling input validation for empty and whitespace-only entries, as well as optional task length limits.
  • Keyboard Shortcuts: Added keyboard shortcuts for easier accessibility: pressing "Enter" adds a new task, and pressing "Delete" removes completed tasks.

These changes aim to create a more polished, user-friendly experience, with streamlined functionality and improved code readability. Looking forward to any additional feedback!

PragatiBasnet29 avatar Oct 30 '24 12:10 PragatiBasnet29