Movies and TV Series App 📽
- You can reach out to the trending movies
- Watch the trailer
- Search for specific movie or tv series
- Filter them with your favorite category
- View the details such as description, score, cast etc.
Check out the Demo
- ReactJS
- React Router
- Material UI
- Responsive Design
- Flexbox
- The Movie Database API
-
Clone the repo
git clone https://github.com/OzerOzturk/React-Planet-Movie.git
-
Navigate to the project folder
cd React-Planet-Movie
-
Install dependencies
npm install
-
Get an API key from TMDB and set your API key environment variable (.env)
REACT_APP_API_KEY = your_api_key
-
Run the project
npm start