ThatSeriesApp

NextJS / Tailwind / React Query

Overview

A simple and friendly application built with Next.js that connects to the EpisoDate API, allowing users to search for and navigate through many TV shows. Users can also view detailed information about a specific TV show, including the release date, genre, episodes, and more. It is worth mentioning that this has a nice pagination, showing 20 results per query and keeping the information of the pages already seen cached, thanks to React Query.

Technologies

NextJS

Tailwind

DaisyUI

React Query

TypeScript

Back