Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗂️ One Day One Code

A collection of daily web experiments — one day, one project. Each folder holds a single self-contained project that opens straight in the browser with no build step.

👉 Open index.html at the root for a visual catalog of every project (with screenshots, categories, a filter modal, and readable READMEs).

Projects

# Project Category Summary
01 Haystack Hunt 🎮 Game Find the needle in a haystack — dig strand by strand (Three.js).
02 Uchiha Itachi 🎬 Landing Page Cinematic landing page with scroll-driven frame animation.
03 Jangan Lupa Titik Koma 🎮 Game Find the one line of code missing a ; among thousands.
04 Lab Coding Blok 🎓 Education Visual block-coding lab — snap blocks (move/loop/if) into a program and run it. 5 levels, 17 challenges.
05 Gizi Seimbang 🎓 Education Drag-and-drop nutrition game — build balanced meals with live calorie & macro scoring.
06 Pasar Saham Virtual 🎓 Education Virtual investing simulator (SCORM/PWA) — manage Rp 10M across 5 rounds of economic news.
07 Foliage Coffee 🎬 Landing Page Warm, editorial landing page for a slow coffee bar — floating cup hero, story, menu & beans.
08 Luminary Studio 🎬 Landing Page Bold dark landing page for a creative digital agency, with animated stats.
09 VELOURA 🎬 Landing Page Editorial fashion landing page (AW 2025) — split hero, product grid & manifesto.
10 Aurum 🎬 Landing Page Luxury fine-dining landing page — dark-and-gold hero, tasting menu & reservations.
11 IRONFORGE Gym 🎬 Landing Page High-energy gym landing page — oversized type, pricing tiers & class schedule.
12 Axion AI 🎬 Landing Page Clean SaaS landing page for an AI assistant — dashboard-mockup hero, pricing & FAQ.
13 Check Khodam 🎮 Game A tongue-in-cheek "cek khodam" generator — type a name, get a random guardian spirit.

Running the catalog & projects

Everything is static HTML. The safest way to run it (so CDN modules & relative assets load) is a local server:

# from the repo root — to open the catalog
python3 -m http.server 8000
# then open http://localhost:8000

# or go straight into one project
cd "01. haystack-hunt " && python3 -m http.server 8000

Purely static projects (e.g. 03, 04, 05, 13, and the landing pages 0712) can also be opened by double-clicking index.html.

06. investment-simulator needs an HTTP origin (Service Worker / PWA manifest), so run it through a local server rather than file://. It's still static — no backend required.

Repo structure

one-day-one-code/
├── index.html                          # Visual catalog of all projects
├── README.md                           # This file
├── CLAUDE.md                           # Guidance for agents/contributors
├── favicon.svg                         # Catalog favicon
├── 01. haystack-hunt /                 # Game — needle in a haystack (Three.js) + preview.png
├── 02. itachi-landing-page/            # Landing page + frames/ + preview.png
├── 03. jangan-lupa-titik-koma/         # Game — coding puzzle + preview.png
├── 04. block-coding-for-basic-logic-lab/  # Block-coding lab + preview.png
├── 05. nutrition-health-literacy-game/ # Nutrition game + preview.png
├── 06. investment-simulator/           # Virtual stock market (SCORM/PWA) + preview.png
├── 07. coffee-shop/                    # Coffee-bar landing page + preview.png
├── 08. digital-agency/                 # Agency landing page + preview.png
├── 09. fashion-brand/                  # Fashion landing page + preview.png
├── 10. fine-dining/                    # Restaurant landing page + preview.png
├── 11. fitness-gym/                    # Gym landing page + preview.png
├── 12. saas-ai-assistant/              # SaaS landing page + preview.png
└── 13. check-khodam/                   # "Cek khodam" web toy + preview.png

Categories

  • 🎮 Game — interactive games & playful logic (3D/WebGL, puzzles, novelty toys).
  • 🎬 Landing Page — cinematic presentation & marketing pages with animation.
  • 🎓 Education — interactive learning labs & games (Ruang Murid, Rumah Pendidikan).

Each folder has its own README.md with technical details, controls, and how to run it.

About

Daily web experiments — a visual catalog of 13 self-contained, build-free browser projects: games, interactive education labs, and cinematic landing pages.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages