Describe your project or task here
I built a film catalogue with a Golang backend and a JavaScript frontend. The Go backend API handles sorting by title in both ascending and descending order, and supports search and filtering by title or director. The frontend JavaScript applies the same filtering logic as the backend. By mirroring the filtering logic in both the backend and frontend, the site remains accessible and consistent even when JavaScript is limited or disabled.