An open source project that works as a movies and tv-shows library using the The Movie Database API. It was build to practice `react`, `redux` and `firebase`.
An open source project that is for all movie and TV show lovers. Here you will be able to find information about movies, TV shows and your favorite actors, read reviews, watch trailers and many more…
This project was created for Web Development Course in Digital Career Institute. It is a single page application using react.
It was built with:
create-react-app
react-route-dom
redux
styled-components
firebase
Clone the repo:
git clone https://github.com/AdrianValdes/all-movies.git
Install NPM packages:
npm install
Get a free API Key from the project The Movie Database here
Get a free Firebase API Key. In order to accomplish this task you have to create an firebase account on https://firebase.google.com/ and add a new project or use a existing API you already may have.
Create a .env
file on the root of your project and enter both you APIs keys there:
REACT_APP_KEY=<THEMOVIEDB-API-KEY>
REACT_APP_FIREBASE_KEY=<FIREBASE-API-KEY>
run npm start
This project is based on The Movie Database and its API.