An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

code-quality-task-screenshot

# 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.