One-sentence summary of what this project does.
- Input:
- Output:
- Core Features:
- Python
- (Optional) HTML/CSS/JavaScript
python3 main.pypython3 -m http.server 8000
# Open http://localhost:8000Recommended: make this folder its own repo root.
cd 100docp-day-<DAY_3DIGIT>-<PROJECT_SLUG>
git init
git add .
git commit -m "Initialize <PROJECT_SLUG> (Python + Web Demo)"
gh repo create 100docp-day-<DAY_3DIGIT>-<PROJECT_SLUG> --public --source=. --remote=origin --push- Open your repo on GitHub.
- Go to
Settings->Pages. - Under
Build and deployment, choose:Source:Deploy from a branchBranch:mainand/ (root)
- Save, then wait about 1-2 minutes.
- URL: https://<GITHUB_USERNAME>.github.io/100docp-day-<DAY_3DIGIT>-<PROJECT_SLUG>/
- URL: https://github.com/<GITHUB_USERNAME>/100docp-day-<DAY_3DIGIT>-<PROJECT_SLUG>
.
├── LICENSE
├── README.md
├── main.py
├── index.html
├── style.css
├── app.js
└── screenshots
└── main.png
- Source curriculum: App Brewery - 100 Days of Python
- Day: <DAY_NUMBER_OR_TOPIC>
- Note: Implemented independently for learning and portfolio purposes.
