Front-End-Development-React-hooks

React Movie App 🎬

This project is a simple movie app built with React. It allows you to showcase your favorite movies or TV shows, add new ones, and filter them by title or rating. The app demonstrates the use of React functional components and React Hooks.

Features

Components

Movie Attributes

Each movie has the following attributes:

Getting Started

  1. Clone the repository:
    git clone <repository-url>
    cd react-movie-app
    
  2. Install Dependencies: npm install
  3. Run the app: npm start
  4. Open http://localhost:3000 to view it in your browser.

Folder Structure

react-hook/
├── public/
│   └── index.html
├── src/
│   ├── components/
│   │   ├── AddMovie.jsx
│   │   ├── Filter.jsx
│   │   ├── MovieCard.jsx
│   │   └── MovieList.jsx
│   ├── App.js
│   ├── index.js
│   └── index.css
├── package.json
└── README.md

Usage

Technologies Used

License

This project is for educational purposes.