theoohwee.dev

Personal Website

This very site! A minimal, Apple-inspired personal portfolio and blog.

HTML CSS SVG
$ python taskmaster.py Loading tasks... [1] Finish homework pending [2] Build project done [3] Touch grass pending $ _

TaskMaster CLI

A command-line task manager with color-coded priorities and deadline tracking.

Python CLI
72° Mostly Sunny HUMIDITY 45% WIND 8mph UV 6

WeatherNow

A clean weather app with real-time forecasts and a minimal UI.

JavaScript API CSS
18:42 FOCUS TIME

FocusTimer

A Pomodoro-style study timer with session tracking and break reminders.

React JavaScript
# Notes ## Week 5 - arrays and loops - **linked lists** - recursion basics ## Week 6 - trees and graphs - BFS / DFS ```python def traverse(node): if not node: return Notes Week 5 arrays and loops linked lists recursion basics Week 6 trees and graphs BFS / DFS def traverse(node): if not node: EDIT PREVIEW

QuickNote

A split-view Markdown note-taking app with live preview and syntax highlighting.

JavaScript Markdown HTML
SCORE: 4200 HP: ||| WAVE 3

Space Blaster

A retro space shooter built with HTML5 Canvas. Waves, power-ups, and high scores.

JavaScript Canvas Game