Skip to content

Conversation

@5Cord
Copy link

@5Cord 5Cord commented Oct 19, 2025

Clean Code: Todo App

Task:
https://github.com/5Cord/clean-code-s1e1/tree/clean-code-s1e1

Screenshot:
image

Deploy:
https://5cord-clean-code-s1e1.netlify.app

Done / Deadline:
Done 20.10.2025 / Deadline 21.10.2025

Self-check / Score:

  • HTML & CSS (15/15)

    • HTML5 DOCTYPE and correct document structure (5)
    • All tags and attributes are lowercase, double quotes used, BEM notation applied (5)
    • Alt attributes and aria-label added for accessibility, proper spacing and color normalization (5)
  • Functionality (15/15)

    • Add, edit, and delete tasks (5)
    • Mark tasks as completed and move between lists (5)
    • Tasks state saved in localStorage (5)
  • Code Quality (15/15)

    • Clear structure of JS, HTML, and CSS, following beginner and advanced rules (5)
    • Readable code, no commented or unnecessary files (5)
    • Meaningful class and ID names, proper indentation, spacing, and semicolons in CSS (5)

Bonus / Recommendations (up to 15 points)

  • Applied semantic HTML tags where appropriate (,
    , headings) (+5)
  • Media alternatives added for images and videos (alt, track) (+5)
  • Followed advanced BEM rules and naming consistency (+5)

Total: 45 / 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant