Movie List web app, this app has 6 features including:
- List movie page. Display result movie lists based on search title movie
- Movie details. Display movie data details using the omdb API endpoint parameter imdbId
- Search movie, search movies based on parameter title movie.
- Add star button, this button function to add movie to my list with the name input parameter
- My movie Page. Showing movie list favorite
- Remove star buttom, this button function to remove movie from my list
- React
- Redux
- Axios
- NodeJs
- NPM
- Yarn
npm install / yarn install
npm start / yarn start
npm build / yarn build