Ghibli Remix

screenshot of Ghibli Remix

A small project to list movies using the Ghibli API

Overview

Studio Ghibli Films is a small project that utilizes the Ghibli API. It is based on the Remix.run crash course and has a simple design created in Figma using Tailwind tokens. The project allows users to view a home page and film page, and includes installation instructions and tests.

Features

  • Home page: Displays information about the Studio Ghibli Films project.
  • Film page: Allows users to view details about individual films from the Ghibli API.
  • Downloadable repository: Users can download the project repository for local use.
  • Installation guide: Provides step-by-step instructions for installing the project and its dependencies.
  • .env file: Users are required to add an .env file to configure the project.
  • Server setup: The app runs in development mode on http://localhost:3000 and includes a json-server on http://localhost:3001 for mocking the comments API.
  • Separate tests: The project includes separate tests that can be run in a separate terminal.

Summary

Studio Ghibli Films is a small project that utilizes the Ghibli API and was created as part of the Remix.run crash course. It features a simple design created in Figma using Tailwind tokens. The project includes a home page and film page, along with installation instructions and tests. To get started, users need to download the project repository, install dependencies, add an .env file, and run the server.