Skip to content

ferryal/movie-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie List Web App

Movie List web app, this app has 6 features including:

  1. List movie page. Display result movie lists based on search title movie
  2. Movie details. Display movie data details using the omdb API endpoint parameter imdbId
  3. Search movie, search movies based on parameter title movie.
  4. Add star button, this button function to add movie to my list with the name input parameter
  5. My movie Page. Showing movie list favorite
  6. Remove star buttom, this button function to remove movie from my list

Tech Stack

  1. React
  2. Redux
  3. Axios
  4. NodeJs
  5. NPM
  6. Yarn

Install Package

npm install / yarn install

Setup Development Mode

npm start / yarn start

Setup Deployment Mode

npm build / yarn build

Live Demo

https://movie-omdb.netlify.app/