Skip to the content.

Week 07 - Markdown And GitHub Organization

Task Goal

This week improves repository organization. The task is to make every week easier to inspect by using a consistent README structure and clear folder layout.

Folder Check

week7/
|-- README.md          # required report

Environment

Steps

  1. Review folder naming.
  2. Practice Markdown headings, tables, lists, and command blocks.
  3. Update week pages with consistent sections.
  4. Commit the changes.

Commands

git status
git add .
git commit -m update-weekly-notes
git push origin main

Result

The repository becomes easier to evaluate because each week follows a predictable report structure.

Summary

Good documentation is part of the homework. A clear README helps the reviewer find goals, commands, screenshots, code, and conclusions quickly.


Back to main archive