About The Project - Live Demo
A movie search app built with React. It uses The Movie Database (TMDb) API to display data. App's features include searching movies by title, list popular movies, view details of a selected movie (cast, genres, user scores). State managed using Redux, styling in CSS.
- Main technology - React
- Consuming movies data from TMDB Api
- Managing state with Redux
- Routing made with React-Router
- Design in Figma
This project was bootstrapped with Create React App.
To get a local copy up and runningTo get a local copy up and running, in the project directory, you can run:
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.