Project · 2024

Notes App

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

Screenshot of Notes App

About this project

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.

Features

  • Create and edit notes in draggable cards
  • Drag constraints within the parent container
  • localStorage persistence across reloads
  • Visual save-status feedback
  • Framer Motion animations