My Projects

Gallery

A project

Full-Stack Gallery application built with Next.js, TailwindCSS, and the Unsplash API. For this application I had to handle most of the API calls on the server side with Nextjs' Route Handlers, due to the guidelines for the Unsplash API. This app was created to explore how to work with the App Router and a server-component-first approach, meaning, I only used client components when necessary to avoid overloading the browser with unnecessary javascript code.