Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satoshi-sh/findit2
- Owner: Satoshi-Sh
- Created: 2023-05-14T16:52:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-24T11:45:49.000Z (over 1 year ago)
- Last Synced: 2024-11-15T15:45:42.158Z (2 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://satoshi-sh.github.io/findit2/
- Size: 2.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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