Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satoshi-sh/findit2

This application is help users to find movies to watch.
https://github.com/satoshi-sh/findit2

react typescript

Last synced: 4 days ago
JSON representation

This application is help users to find movies to watch.

Awesome Lists containing this project

README

        

FindIt








# Find IT

This application helps users to find movies to watch through search by directors,actors, and movies.
Users can save titles in theier watchlist.

## Backend
Two api was used for this app.
- My Own API [Backend Repo](https://github.com/Satoshi-Sh/FindIt2-API)
- API by [TMDB](https://www.themoviedb.org/).

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.

## Live Page
[Live Page](https://satoshi-sh.github.io/findit2/)

## Used Technology
- React
- React-Bootstrap
- TypeScript

## Developer Note
[Mastodon](https://mastodon.xyz/@sato1108ss/110357673950261061)

## Outlook