Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesiaukr/clean-code-s1e1

RS-school Stage#1: refactoring code according to the clean code rules
https://github.com/lesiaukr/clean-code-s1e1

clean-code clean-code-s1e1 css html javascript js rsschool rsschool-task

Last synced: about 1 month ago
JSON representation

RS-school Stage#1: refactoring code according to the clean code rules

Awesome Lists containing this project

README

        

code-quality-task-screenshot

# 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