/Frontend-Programming

React frontend course

Primary LanguageJavaScriptMIT LicenseMIT

React Movie Database App

Description

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.

Screenshots

Here are some screenshots of the app:

Installation

To run this app locally, you need to have the following installed:

  • Node.js
  • NPM
  • Git

Then, follow these steps:

  1. Clone this repo to your local machine:
 git clone https://github.com/WildanFrananda/Frontend-Programming.git
  1. Navigate to the project folder:
 cd Frontend-Programming
  1. Install the dependencies:
 npm install
  1. Create a .env file in the root folder and add your TMDB API key:
 REACT_APP_API_KEY = YOUR_API_KEY
  1. Start the app:
 npm start
  1. Enjoy!

Contributing

This project is open for contributions. If you have any ideas or suggestions, feel free to create an issue or a pull request.

Credits

This project was created by Wildan Frananda, a passionate web developer from Indonesia.

License

This project is licensed under the MIT License - see the LICENSE file for details.