Skip to content

Application with the current database and search engine for movies and actors. In "Movies" section you will find information about movies such as: title, release date, genres, rating, number of votes, description of the movie.In the "people" section you will find information on actors such as: date and place of birth and their biography, and a l…

Notifications You must be signed in to change notification settings

dominikblak/movies-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Group project : Movies Browser

👨‍💻 Authors :

Przemek Przybylak : GitHub

Piotrek Brzegowy : GitHub

Dominik Blak : GitHub

🚀 Demo :

Movies Browser

📖 Description :

Application with the current database and search engine for movies and actors. In "Movies" section you will find information about movies such as: title, release date, genres, rating, number of votes, description of the movie.In the "people" section you will find information on actors such as: date and place of birth and their biography, and a list of productions in which the actor participated.The data comes from the TMDB API.

ℹ️ Instruction :

  • Browse the currently popular movies. You'll find a description of the film and its genre, country of production, release date, viewers' ratings, cast and crew.

demo_movies_section

  • Browse currently popular actors. You will find here information about a given actor, such as: date of birth, short biography, list of films in which he participated as an actor or a co-creator.

demo_people_section

  • Ability to search for movies and actors.

demo_search_section

🧰 Technology

  • HTML
  • CSS
  • React JS
  • Styled-components
  • Flex
  • Grid
  • Media queries
  • Creat-react-app
  • React - Redux
  • React - Toolkit
  • Redux Saga
  • Redux Router
  • Axios
  • Custom Hooks
  • GIT
  • githubPages
  • Scrum

🗃 Project structure :

📦src
 ┣ 📂assets
 ┃ ┣ 📜danger.svg
 ┃ ┣ 📜emptyMoviePoster.svg
 ┃ ┣ 📜emptyPoster.svg
 ┃ ┣ 📜noResult.svg
 ┃ ┣ 📜search.svg
 ┃ ┣ 📜spinner.svg
 ┃ ┣ 📜star.svg
 ┃ ┣ 📜vectorLeft.svg
 ┃ ┣ 📜vectorRight.svg
 ┃ ┗ 📜video.svg
 ┣ 📂common
 ┃ ┣ 📂Container
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Error
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Header
 ┃ ┃ ┣ 📂Navigation
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📂Search
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┣ 📜searchQueryParamName.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Loader
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂NoResults
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Pagination
 ┃ ┃ ┣ 📂NextArrow
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📂PreviousArrow
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Rating
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂StateChecker
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂Subtitle
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂Tags
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂tiles
 ┃ ┃ ┣ 📂MovieTile
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📂MovieTileDetails
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┣ 📂PersonTile
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┗ 📂PersonTileDetails
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂TilesList
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📜apiConfiguration.js
 ┃ ┣ 📜apiConnect.js
 ┃ ┣ 📜commonSaga.js
 ┃ ┣ 📜commonSlice.js
 ┃ ┗ 📜startPage.js
 ┣ 📂features
 ┃ ┣ 📂MovieList
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┣ 📜movieListSaga.js
 ┃ ┃ ┗ 📜movieListSlice.js
 ┃ ┣ 📂MoviePage
 ┃ ┃ ┣ 📂MovieSlider
 ┃ ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┃ ┗ 📜styled.js
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📂PeopleList
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┣ 📜peopleListSaga.js
 ┃ ┃ ┣ 📜peopleListSlice.js
 ┃ ┃ ┗ 📜styled.js
 ┃ ┣ 📂PersonPage
 ┃ ┃ ┣ 📜index.js
 ┃ ┃ ┣ 📜personSaga.js
 ┃ ┃ ┗ 📜personSlice.js
 ┃ ┣ 📜elementSaga.js
 ┃ ┣ 📜elementSlice.js
 ┃ ┗ 📜urlHooks.js
 ┣ 📜App.js
 ┣ 📜GlobalStyle.js
 ┣ 📜index.js
 ┣ 📜queryParameters.js
 ┣ 📜reportWebVitals.js
 ┣ 📜rootSaga.js
 ┣ 📜store.js
 ┗ 📜theme.js

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

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.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

About

Application with the current database and search engine for movies and actors. In "Movies" section you will find information about movies such as: title, release date, genres, rating, number of votes, description of the movie.In the "people" section you will find information on actors such as: date and place of birth and their biography, and a l…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published