/moviematch

Movie search app powered by The movie DB API

Primary LanguageJavaScript

Moviematch

powered by themoviedb.org API to search movies, and movie information.

Built with

Demo

Things I've learned

  • Using third party API to display some data
  • How to make waved background with svg file

Features

  • search a movies 😎
  • see movie detail page 😍
  • watch trailer 🎥
  • filtered by categories (Top rated, popular, upcoming..) 🕶
  • recommandation movies by selected movie 👨‍💻

Built with

Features may added

  • Authentication
  • Rating a movies
  • Stored user's data
  • Utilizing themoviedb's API with user interaction

Run locally

> git clone https://github.com/yeondam88/moviematch.git
> npm install
> npm start