Skip to content

Ogimly/clean-code-s1e1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO-list app (Clean code)

RSS task week 10

Here is a small one-page TODO-list web application. Your task is to put things in order inside the code files (refactoring) according to the outcomes: here and here (only html and css files). In this case, the functionality of the application should be detected after your changes.

In this task, I learned:

  • clean code guideline for HTML & CSS
  • handling events in DOM without selectors
  • using classes to creation several types of components
  • using state of application and generation task list on change

Pull Request

Deploy

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • CSS 25.4%
  • HTML 15.5%