Daily build-and-ship log for my Python challenge.
- Build one project every day.
- Publish a runnable demo for each completed project.
- Keep a clean index of progress, repo links, and live URLs.
| Day | Project | Repo | Live Demo | Stack | Status | Date |
|---|---|---|---|---|---|---|
| 001 | Social Club Name Generator | Repo | Live | Python, HTML, CSS, JavaScript | Done | 2026-03-04 |
- Day repo:
100docp-day-XXX-project-slug - Day number format: zero-padded (
001,002,003...) - Project slug format: lowercase kebab-case
Examples:
100docp-day-001-social-club-name-generator
- This repository (
100DaysofCodePython) is index-only. - Each day project is managed as an independent repository.
- No submodules.
- Create a day repository using the naming convention.
- Build the project.
- Deploy the project (GitHub Pages or other hosting).
- Update that day repo README.
- Add one new row to this index table.
- Generic day README template:
- Day 1 filled example:
- Inspired by: App Brewery - 100 Days of Python
- This repository contains my own implementations and project variations.