https://github.com/disrachik/clean-code-s1e1
https://github.com/disrachik/clean-code-s1e1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disrachik/clean-code-s1e1
- Owner: DisRachik
- Created: 2024-01-08T13:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T13:40:23.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:43:43.557Z (4 months ago)
- Language: JavaScript
- Homepage: https://disrachik.github.io/clean-code-s1e1/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application Functionality :
- Adding a new item to the "TODO" task list
- Editing an item in the "TODO" task list
- Deleting an item from the "TODO" task list
- Setting an item to completed status and moving it to the "COMPLETED" list via checkbox- Deleting an item from the "COMPLETED" list
- Editing an item from the "COMPLETED" list
- Setting an item to "Incomplete" status and moving it to the "TODO" list via checkbox
- Animation on the delete button