Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesiaukr/clean-code-s1e1
- Owner: LesiaUKR
- Created: 2023-12-28T09:55:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T13:16:17.000Z (about 1 year ago)
- Last Synced: 2024-01-10T21:56:44.079Z (about 1 year ago)
- Topics: clean-code, clean-code-s1e1, css, html, javascript, js, rsschool, rsschool-task
- Language: JavaScript
- Homepage: https://lesiaukr.github.io/clean-code-s1e1/
- Size: 54.7 KB
- Stars: 1
- 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