Check out the live demo of the application here: https://dor-ka.github.io/movies-browser-team-clone/#/movies
Discover and organize your favorite films effortlessly. Access detailed information, ratings, and reviews all in one place. Enjoy a smooth and intuitive experience with modern React technology.
This project was bootstrapped with Create React App.
The application features a clean and responsive UI, powered by styled-components
, with dynamic routing handled by React Router
and state management achieved through Redux
and Redux-Saga
. The application is styled using a theme, allowing for consistent design across all components.
Here are some screenshots of the project in action:
- Movie Search: Browse and search for movies by title, genre, or year.
- Movie Details: Click on any movie to view its detailed information, including a synopsis, rating, genre, and more.
- Responsive Design: Fully responsive UI, optimized for both desktop and mobile devices.
- Dynamic Routing: Navigation between pages using
React Router
withNavLink
for active link styling. - Global State Management: Managed through
Redux
, with asynchronous actions handled byRedux-Saga
. - Theming: Consistent styling across the application using
styled-components
and a global theme. - Error Handling: Graceful handling of errors with user-friendly messages.
- React: Frontend library for building user interfaces.
- Styled-Components: For styling components with a clean, scoped CSS.
- React Router (NavLink): For dynamic routing within the application.
- Redux: Global state management.
- Redux-Saga: Handling side effects and asynchronous actions.
- ThemeProvider: For consistent theming across the application.
This application uses the TMDb API to fetch data about movies and actors. The API provides a vast amount of information about films, including ratings, reviews, cast details, and more. Integration with TMDb allows the app to stay up-to-date with the latest movies and trends.
This project was developed as a group effort by the following team members:
- Oskar Właszczuk - OskarWlaszczuk
- Dorota Karpińska - Dor-Ka
- Maksim Padrabinkin - maxFadet
We worked together to bring this project to life, combining our skills.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.