Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean code s1e1 #28

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 8, 2024

  1. refactor: change structure of the project

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3c32fc9 View commit details
    Browse the repository at this point in the history
  2. fix: create doctype tag

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9ca493a View commit details
    Browse the repository at this point in the history
  3. fix: add atribute lang to html tag

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e16bf2c View commit details
    Browse the repository at this point in the history
  4. fix: rename atribute lang to html tag

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    aae3fae View commit details
    Browse the repository at this point in the history
  5. fix: set padding for the head tag, added two meta tags for page encod…

    …ing and viewport, changed the connection errors and quotes in the link tag
    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1594d57 View commit details
    Browse the repository at this point in the history
  6. fix: set padding inside the body tag

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a810fa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d7b579 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e68f751 View commit details
    Browse the repository at this point in the history
  9. fix: create main tag with class main

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c4d3bd8 View commit details
    Browse the repository at this point in the history
  10. fix: create main tag with class main

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f0aef91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    839658a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a989bf9 View commit details
    Browse the repository at this point in the history
  13. refactor: edit tag p to h1

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    609069e View commit details
    Browse the repository at this point in the history
  14. refactor: rename class to tag h2, ul

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3bf34e5 View commit details
    Browse the repository at this point in the history
  15. fix: edit erorrs validator

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    77e901c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6232a6 View commit details
    Browse the repository at this point in the history
  17. fix: rename class's

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    00b9a80 View commit details
    Browse the repository at this point in the history
  18. fix: rename class's

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    80fd5ab View commit details
    Browse the repository at this point in the history
  19. fix: got variables using querySelector

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    28272d0 View commit details
    Browse the repository at this point in the history
  20. fix: set template strings in functions

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dfed436 View commit details
    Browse the repository at this point in the history
  21. refactor: refactor function addTask

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e6c1ba5 View commit details
    Browse the repository at this point in the history
  22. refactor: refactor function editTask

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    15b98b0 View commit details
    Browse the repository at this point in the history
  23. refactor: refactor function deleteTask

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a4d5bc2 View commit details
    Browse the repository at this point in the history
  24. refactor: refactor function taskCompleted

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0c94979 View commit details
    Browse the repository at this point in the history
  25. refactor: refactor function taskIncomplete

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7e6f58e View commit details
    Browse the repository at this point in the history
  26. fix: delete double click function

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b1b838e View commit details
    Browse the repository at this point in the history
  27. refactor: refactor function bindTaskEvents

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b969397 View commit details
    Browse the repository at this point in the history
  28. refactor: refactor function

    nillks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e30f3e9 View commit details
    Browse the repository at this point in the history