Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.03 KB

README.md

File metadata and controls

66 lines (47 loc) · 2.03 KB

Movies Browser 🎥

App layout screenshot

Table of contents

Live version

You can find the demo here

Description

This Movies Browser app was created as a final group project for the Frontend Developer course by YouCode. You can use the app to browse and search for movies and people, as well as display more detailed descriptions of them.

How to use the browser

  1. To browse through movies or people select the button in the navigation.
  2. To learn more about the movie or person, click on the picture tile.
  3. To search for a movie or person enter your query on the input with the magnifying glass. You don't need to click any buttons.

Movies page

Main page of browser

Search function

Search function

People page

People page

API

This project uses API provided by The Movie Database.

Technologies

  • HTML5
  • CSS4
  • JavaScript ES6+ version
  • React
  • React Router v6.2.1
  • Redux with react-redux v7.2.6
  • Redux Saga v1.1.3
  • Styled Components v5.3.3
  • Axios

Methodologies

  • Hooks
  • Custom Hooks
  • JSX

Authors