My Projects

The Movie Shelf

A project

React app with Redux, SASS, React-router, Swiperjs and The Moviedb API. The movie shelf is an app aiming to keep the users up-to-date with trending movies, tv shows, and celebrities. The main goal of this project was to explore different ways to aproach components on the React ecosystem, and to use Redux to manage the global state of the application.

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.