Create Initial To-Do List Application
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
_
.._
Live Project Link
the app is not live feel free to do so
👋 @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.
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_taskfunction 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!