All notes

Day 1: Project Kickoff and Styling

I kicked things off with the classic Next.js + TypeScript starter, then wired in Tailwind CSS for utility-first styling. To make it feel alive, I added light/dark mode via next-themes—that moment when your page flips from white to gray on a click felt like real magic.

By the end of the day I had:

  • A fresh Next.js + TypeScript scaffold
  • Tailwind configured and purge-ready
  • A theme toggle that remembers your preference