MovieApi
使用 https://www.themoviedb.org/ 的電影 Api,以 react 以及 react-router 來建構,主要練習資料的處理,以及 api 的操作
使用 useEffect 來獲取資料,並透過 useState 來操控 Api
This project is mainly made with React , React-router, in order to train the skills of controling Api
and handle with the data got from third-party Api
With useEffect to get Api data and with useState to control the Api

