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
- GitHub
- Markdown
- Git
- VS Code
Steps
- Review folder naming.
- Practice Markdown headings, tables, lists, and command blocks.
- Update week pages with consistent sections.
- 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.