This project is a Netflix clone developed using React, Redux, and Redux Thunk. It simulates the core functionalities of the Netflix platform allowing users to browse, view details of movies and TV shows, and manage their watchlist.
- Developed using the React library.
- State management handled efficiently with Redux, enabling a centralized store for the application's data.
- Utilizes Redux Thunk middleware for handling asynchronous actions within Redux.
- Integrated Bootstrap for responsive and efficient styling across the application.
- Full responsive.
- Implements React Router for seamless navigation between different pages.
- Fetches data from a mock API or a backend server, simulating real-world scenarios.
- Component testing ensures the reliability and performance of critical features.