Skip to content

fernandobouchet/the_office_wiki

Repository files navigation

The Office Wiki

This web application, developed with Next.js, Typescript, and styled using Tailwind CSS, serves as a comprehensive Wiki for the TV show The Office. This project is part of a Next.js course that aims to enhance skills in building modern web applications. The application allows users to explore episodes, seasons, and cast members, as well as recommendations for similar series, all powered by the TMDB API. Web content its in spanish only

Key Features

  1. Seasons Overview: Get an overview of each season, including the total number of episodes and season-specific information. Browse through all the episodes of "The Office," organized by seasons. Each episode includes detailed information, such as title, summary, and more.

  2. Cast Information: Discover the actors behind the iconic characters of "The Office," with link to their detailed bios and other works.

  3. Recommended Shows: Based on the show's data, find recommendations for other series similar to "The Office," helping users find more content to enjoy.

  4. Responsive Design: The web app is fully responsive, providing an optimized experience across desktop, tablet, and mobile devices.

Demo

https://officewiki.vercel.app/

Used libraries

Getting started

git clone https://github.com/fernandobouchet/the_office_wiki
cd the_office_wiki
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the code. The page auto-updates as you edit the file.