An animated sticky-notes app with draggable cards that persist locally in the browser.

A sticky-notes app where every note is a draggable card. Type into a card to create or edit a note, drag it anywhere within the container, and watch the save indicator flip between saving, saved, and needs-content states.
Notes persist in the browser's localStorage, so they survive reloads without any backend. Built with React, Tailwind CSS, and Framer Motion for the stack-based animations and drag physics.