Pinwave.
A Pinterest-style pin board on Laravel — post pins, follow other users, like and search an image feed. A clone project to drill the social graph (follow / like) and feed UX on a classic Blade stack.
LaravelBladeMySQLBootstrap
Approach
Server-rendered Laravel + Blade. The domain is pins, users, follows and likes; routes cover pin CRUD (/pins, /pins/{pin}/edit), the follow action (/users/{user}/follow), per-user profiles (/user/{username}) and search. Kept deliberately classic — no SPA — to focus on the relational model behind a feed.





