Skip to content

Commit

Permalink
Update README with CSV export functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Nov 26, 2024
1 parent 9d82eb8 commit 3688bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ This TODO application allows you to:
- Edit an existing TODO item by clicking the pencil icon (✎) next to it, making changes, and pressing 'Enter' or clicking outside the input field to save.
- Delete a TODO item by clicking the 'X' button next to it, with a confirmation prompt to ensure the action.
- Clear the entire list using the 'Clear List' button at the bottom.
- Export your TODO list to a CSV file by clicking the 'Export to CSV' button. The exported file includes task descriptions and their completion status.

0 comments on commit 3688bb8

Please sign in to comment.