Skip to content

itsyst/react-effects-reducers-context

Repository files navigation

Movie and Genre Display Component

This React component renders details about a movie, including genres and actors, with an optional tooltip showing additional information like awards and a poster image.

Project Structure

  • components/Genre.tsx - Main component for displaying movie genres and actors.
  • hoc/withTooltip.tsx - Higher-order component to wrap components with tooltip functionality.
  • types/MovieType.ts - TypeScript type definitions for the Movie data structure.

Installation

To use this component, ensure you have:

  • Node.js installed
  • npm or yarn for package management

Clone this repository and install dependencies:

git clone [your-repository-url]
cd [repository-name]
npm install
# or
yarn install

Layouts

home login movies

About

This repository provides a minimal setup for practicing React with Vite, incorporating Hot Module Replacement (HMR)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages