khoa165 / movies-4fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies 4Fun

Built with movies data from TMDB API, React with Hooks and Context API, Reactstrap (Bootstrap), Sass

For the app to work, you need to register an account on TMDB API and get an API key and place it in the file .env.local as REACT_APP_TMDB_API_KEY=<<API_KEY_GOES_HERE>>.


Available features:

  • Users can search for movies by name.
  • Users can see most relevant search results.
  • Users can click the button to navigate to movie page to see more detailed info.
  • Users can see the backdrop and poster (tablet+ size) of movie on movie page.
  • Users can see overview, rating, popular score, genres, production companies,... of the movie.

Bugs to be fixed:

  • TMDB API key does not work on Netlify even though I already added environment variables there.

About


Languages

Language:JavaScript 84.3%Language:CSS 10.4%Language:HTML 5.3%