Kanban Board

Drag & drop cards between columns to organize your work
To Do2
Add description...
New Task
Add description...
In Progress3
Tip Calculator
A tip calculator — enter the bill, pick a tip %, see the split per person. Math expressions + reactive display.
Mood Tracker
A mood tracker — pick an emoji each day and see your mood history as a timeline. Schema + objectOf + dates.
Stopwatch
A stopwatch with start, stop, lap, and reset. Learn the intent+watch pattern with time-based state.
Review5
Flashcard Study App
A flashcard app where you can add question/answer pairs, flip cards, and track which ones you've mastered.
Pomodoro Timer
A Pomodoro timer with work/break intervals, a start/pause button, and a session counter. Timers + state machines.
Expense Tracker
A budget tracker where you log expenses by category, see totals, and get a simple pie chart breakdown.
Live Poll
A voting/poll app where users pick an option and see live results as a bar chart. Great for learning sessions.
Bookmark Manager
A bookmark manager with tags, search, and drag-to-reorder. Combines objectOf collections with filtering.
Done4
Multiplayer Chat Room
A multiplayer chat room with per-user sessions, message history, and typing indicators. Great for learning the session model.
Personal Dashboard
A personal dashboard that fetches weather, shows a quote of the day, and tracks habits — combining requests, state, and layout.
Multi-Page Notebook
A markdown note-taking app with multiple pages, live preview, and a sidebar for navigation. Like a mini wiki.
Recipe Manager
A recipe manager where you can add recipes, tag them, search by ingredient, and scale serving sizes with auto-calculated quantities.