Back to Projects

GitHub Repository

youtube-projects

No description provided.

Stars: 0Language: JavaScriptUpdated: 6/30/2026

README

# ๐ŸŽฌ Creative Web Projects โ€” YouTube Channel

Short, lovable, creative web projects. **3โ€“4 videos per week.**

## Folder structure

Each video lives in a folder named by its **publish date** + a slug:

```
YYYY-MM-DD-slug/
  index.html
  style.css
  script.js
  README.md   โ† video concept, script notes, talking points
```

## Content pillars

| Pillar | Vibe | Example ideas |
|--------|------|---------------|
| ๐Ÿ’– Love / feel-good | "programmer built something sweet for someone" | webpage for girlfriend, anniversary counter, love-letter generator |
| ๐Ÿงฉ Tech tutorials | "build this UI piece" | navbar, creative dropdowns, modals, cards, hero sections |
| โšก Performance & clean code | "make it fast & readable" | refactors, lazy loading, CSS cleanup, Lighthouse runs |
| โœจ Creative / fun | "wow factor" | particle effects, canvas art, micro-interactions |

## Schedule (rolling)

| Publish date | Project | Pillar | Status |
|--------------|---------|--------|--------|
| 2026-07-02 | Lovely webpage for her | ๐Ÿ’– Love | ๐ŸŸข Built |
| 2026-07-04 | "Will you go on a date?" (No runs away + countdown) | ๐Ÿ’– Love | ๐ŸŸข Built |
| 2026-07-07 | Jank Lab โ€” transform vs left (you've been animating wrong) | โšก Performance | ๐ŸŸข Built |
| 2026-07-09 | Debounce vs Throttle โ€” visualized | ๐Ÿงฉ Explainer | ๐ŸŸข Built |
| 2026-07-11 | Interactive hero backgrounds (12 mouse-reactive themes) | โœจ Creative | ๐ŸŸข Built |
| 2026-07-14 | Marvel hero backgrounds (Iron Man ยท Thor ยท Spider-Man ยท Ant-Man) | ๐Ÿฆธ Fan pack | ๐ŸŸข Built |
| 2026-07-16 | DC hero backgrounds (Batman ยท Superman ยท Flash ยท Green Lantern) | ๐Ÿฆ‡ Fan pack | ๐ŸŸข Built |
| 2026-07-18 | Sci-fi movie backgrounds (Interstellar ยท Inception ยท Blade Runner) | ๐ŸŽž๏ธ Fan pack | ๐ŸŸข Built |
| 2026-07-21 | Designer portfolio โ€” single page (custom cursor, hover previews) | ๐ŸŽจ Tech/Creative | ๐ŸŸข Built |
| 2026-07-23 | Programmer portfolio (live terminal, code editor) | ๐Ÿ’ผ Profession | ๐ŸŸข Built |
| 2026-07-25 | Pharmacist portfolio (floating pills, live open/closed) | ๐Ÿ’ผ Profession | ๐ŸŸข Built |
| 2026-07-28 | Accountant portfolio (animated growth chart, counters) | ๐Ÿ’ผ Profession | ๐ŸŸข Built |

See **[VIRAL-STRATEGY.md](VIRAL-STRATEGY.md)** for what's working and the idea backlog.

## ๐ŸŽ’ Themed background packs (one pack = one video)

Each "pack" bundles 3โ€“4 mouse-reactive `<canvas>` backgrounds around a theme, on the same reusable engine. Great for episodic, comment-driven series ("who's next?").

- **Marvel Pt.1** โœ… โ†’ Pt.2 (Hulk, Doctor Strange, Captain America, Black Panther)
- **DC** โœ… โ†’ Pt.2 (Wonder Woman, Aquaman, Joker, Cyborg)
- **Sci-Fi movies** โœ… โ†’ Tron, Dune, 2001, Tenet, Avatar
- **By vibe** (planned): For Men ยท For Girls ยท For Anime ยท For Creativity
- **Master showcase:** the 12-theme [interactive hero backgrounds](2026-07-11-interactive-hero-backgrounds/)

## ๐Ÿ’ผ Profession portfolio series (one job = one video)

"I designed a website for every profession" โ€” each profession gets its own visual language.

- **Programmer** โœ… โ€” terminal that types itself, code editor, repo grid
- **Pharmacist** โœ… โ€” floating pill capsules, live Open/Closed status
- **Accountant** โœ… โ€” animated growth chart, $/%/+ counters
- **Next ideas:** Architect ยท Lawyer ยท Chef ยท Photographer ยท Teacher ยท Real-estate agent ยท Barber ยท Fitness coach ยท Dentist ยท Musician

## Tech choices

Plain **HTML + CSS + JS**, no build step โ€” easy to follow on camera, runs by opening `index.html`.