Selected work / 03 / Editorial interface · Angular
Postify
A small application with attention to the everyday details: finding a post, reading a discussion, and getting useful feedback.

Local capture of the public repository. JSONPlaceholder simulates submissions; new posts and comments are not persisted.
The project
Postify explores the full reading and writing flow around a posts API. Readers can search a responsive card grid, open a post, and browse comments. Angular Signal Forms handle validation, with loading skeletons, empty states, and toast feedback throughout. JSONPlaceholder simulates submissions, so new posts and comments are not persisted.
A closer look
- Live title search with signal-based filtering
- Post details, comments, and validated submission forms
- Loading skeletons, empty states, and clear request feedback
- JSONPlaceholder demo API; submissions are simulated
Up next