Holiday Greetings App is a small Next.js application for composing and sharing holiday messages. The goal was not a complex product but a simple tool that does its job on the one day it is needed.
For me it was practice in rapid prototyping with the Next.js App Router and TypeScript: a single-purpose interface that needs no setup and works instantly in the browser.
02Key Features
Ready-made message flow — pick a greeting and personalise it
Instant sharing — copy the composed text straight into any messaging app
Mobile-first UI — designed for phone use above all
Zero setup — works the moment the page loads
03Engineering Notes
Built with the Next.js App Router and TypeScript, with font loading optimised through next/font.
Small in scope but held to the same discipline: single responsibility, clean components and a verified production build.