This project is made for Stokbit (bibit). This project contained list of movies from OMDb API and display each movie's detail. Also there are search movie feature to show list of movies by keyword (title).
Library | Version |
---|---|
React | 16.13.1 |
Redux | 7.2.4 |
Axios | 0.21.1 |
-
Download this project or clone it using Github CLI.
git clone https://github.com/syaina/omdb-movie-stockbit.git
-
Open the main folder (there would be assets and src folder also other files) and run this code to install dependencies.
npm install
-
Run react on localhost.
npm run start
or
yarn start
-
Open http://localhost:3000 to view it in the browser.