https://github.com/ssi02014/react_moive_app
https://github.com/ssi02014/react_moive_app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssi02014/react_moive_app
- Owner: ssi02014
- Created: 2020-11-30T12:23:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T12:42:31.000Z (almost 5 years ago)
- Last Synced: 2025-07-05T06:52:50.660Z (3 months ago)
- Language: JavaScript
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie App
Github Page: https://ssi02014.github.io/React_Moive_App
개요: themoviedb API를 이용해 Search까지 가능한 Movie App
API Stuff
- FEATURED_API = "https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=04c35731a5ee918f014970082a0088b1&page=1"
- SEARCH_API = "https://api.themoviedb.org/3/search/movie?&api_key=04c35731a5ee918f014970082a0088b1&query="
- IMG_API = "https://image.tmdb.org/t/p/w1280"
결과 화면
