https://github.com/rolling-scopes-school/clean-code-s1e1
https://github.com/rolling-scopes-school/clean-code-s1e1
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rolling-scopes-school/clean-code-s1e1
- Owner: rolling-scopes-school
- Created: 2023-12-13T11:04:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:58:22.000Z (over 1 year ago)
- Last Synced: 2025-04-13T13:14:52.050Z (over 1 year ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1,590
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Application Functionality :
- Adding a new item to the "TODO" tasks list.
- Editing an item in the "TODO" tasks list.
- Deleting an item from the "TODO" tasks list.
- Marking an item as "COMPLETED" and moving it to the corresponding list via the checkbox.
- Deleting an item from the "COMPLETED" list.
- Editing an item in the "COMPLETED" list.
- Marking an item as incomplete via the checkbox and moving it into the "TODO" tasks list.
- The appearance of the application has not been changed.
- Alternate text is present for all necessary images.
- The delete button animation works.