This is a React movie database app that allows you to search and browse movies from the TMDB API. You can also watch trailers, read reviews, and see ratings and genres. The app is responsive and uses Styled Componentens as the main component library.
Here are some screenshots of the app:
To run this app locally, you need to have the following installed:
- Node.js
- NPM
- Git
Then, follow these steps:
- Clone this repo to your local machine:
git clone https://github.com/WildanFrananda/Frontend-Programming.git
- Navigate to the project folder:
cd Frontend-Programming
- Install the dependencies:
npm install
- Create a .env file in the root folder and add your TMDB API key:
REACT_APP_API_KEY = YOUR_API_KEY
- Start the app:
npm start
- Enjoy!
This project is open for contributions. If you have any ideas or suggestions, feel free to create an issue or a pull request.
This project was created by Wildan Frananda, a passionate web developer from Indonesia.
This project is licensed under the MIT License - see the LICENSE file for details.