cd ..
stoff.devlog

graffiti app

graffiti app was one of the more complete older mobile projects. it was built as a social-style app around posts, comments, user profiles, media, and location-driven context instead of just a single-screen demo.

graffiti app home screen

what was in it

  • screen design first in adobe xd
  • expo react native frontend
  • express and mongodb backend structure
  • post feed with cards and comments
  • profile screens and dark mode variants
  • image handling, camera access, and location-related features

the repo still shows a pretty clear app shape: auth context, an api layer for posts and users, separate screens for feed, comments, profiles, and detail views, plus all the usual mobile pieces around navigation, uploads, and state.

graffiti app profile screen

why it still belongs here

because it was not just “react native hello world”. it already tried to feel like a real product: custom visual direction, multiple screens, backend data, and enough moving parts that app structure started to matter.