This project is a thread-based social posting app with a three-pane layout. The left side shows navigation and filters, the center displays the main timeline of threads, and the right side shows the details and replies of the selected thread. Post…
This project is a thread-based social posting app with a three-pane layout. The left side shows navigation and filters, the center displays the main timeline of threads, and the right side shows the details and replies of the selected thread. Posts support optional names, text content, and images, and are stored in an external PostgreSQL database with server-side actions handling all reads and writes. The app is built with modern routing features to keep the timeline and detail view in sync while providing a smooth, interactive user experience.