ferryal / movie-list

Movie list

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Movie list

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


Languages

Language:JavaScript 87.1%Language:HTML 9.4%Language:CSS 3.5%