Describe your project or task here
TECHNOLOGIES:
HTML, CSS, JAVASCRIPT, GOLANG
I built a Ghibli film catalogue using Golang for the backend and JavaScript for the frontend as a class assignment. The backend API in Go is configured to provide sorting in ascending or descending order based on titles. It also supports search and filtering by title or director. The same filtering is used for the frontend, enabling users to search results without needing to reload the page.