View Demo · Report Bug · Request Feature
This is a practice application using the Movie DB API, now updated with React Hooks, new routes and components and new techniques.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- setup The Movie DB API The MovieDB
- Clone the movie-db-react-app
git clone https://github.com/david-mateogit/movie-db-react-app.git
- Install NPM packages
npm install
- Make an .env file at the root of the project with the following fields
REACT_APP_API_URL=YOUR TMDB API URL
REACT_APP_API_KEY=YOUR TMDB API KEY
REACT_APP_ACCESS_TOKEN_V4=YOUR TMDB ACCESS TOKEN
Search popular movies View movie details and trailers View cast bio.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
David Mateo - @silenux - davidmateo@outlook.com
Project Link: https://github.com/david-mateogit/movie-db-react-app