/movie-catalog-react

Users can filter the movie selections by Language, Country, or Genre, ensuring a tailored browsing experience.

Primary LanguageJavaScript

Movie Catalog React App

The Movie Catalog React Application is a responsive web application designed to elegantly display a curated list of 100 movies. Utilizing React.js, Redux for state management, and Tailwind CSS for styling, this application seamlessly showcases detailed information and images for each film, ensuring an immersive browsing experience across both desktop and mobile browsers.

Features

  1. Movie Display: The application presents a comprehensive list of 100 movies, complete with images and detailed information such as title, language, country, and genre.
  2. Responsive Design: Leveraging Tailwind CSS, the interface is optimized for responsiveness, dynamically adjusting its layout and styling to provide an optimal viewing experience on various screen sizes and devices.
  3. Filtering Functionality: Users can filter movie selections based on Language, Country, or Genre, allowing them to narrow down the list and find films that match their preferences.
  4. State Management with Redux: Redux is used for state management, providing a centralized store for managing application state and enabling efficient data flow between React components.

Instructions

To run the application locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/singhal0306/movie-catalog-react.git
  2. Navigate to the Project Directory:
    cd movie-catalog-react
  3. Install Dependencies:
    npm install
  4. Start the Development Server:
    npm start
  5. Open the Application: Visit http://localhost:3000 in your web browser to view the application.

Screenshots

Screenshot (40) Screenshot (41) Screenshot (42) image

Screenshot 1 Screenshot 1
## Credits This project was created by Suryansh Singhal. Special thanks to TailwindCSS.