This application helps users to find movies to watch through search by directors,actors, and movies. Users can save titles in theier watchlist.
Two api was used for this app.
- My Own API Backend Repo
- API by TMDB.
My original data was provided by IMDB and couldn't use their id to look up a movie in TMDB. I used movie title instead to look up, so sometimes this app gives different movie with the similar movie title. You can search through next button in the movie detail page.
- React
- React-Bootstrap
- TypeScript