the project deployed on GitHub page @ https://ruizi.github.io/OMDB_Searcher/
This project aims to build up a front-end page to receive user inputs and then search movies through OMDb API( http://www.omdbapi.com/) which is a massive movie database.
This project uses Material UI components to help manage page layout, also, the browser local storage was combined in this project to store nominated movies so that the nomination lists can be loaded to the screen whenever our users come back to the page.
-
Download this project from its GitHub Repository by using
git clone
git clone [email protected]:ruizi/OMDB_Searcher.git
-
Open then terminal/iTerm and get into the local file folder
cd ./OMDB_Searcher
-
Run
npm install
to install the dependencies of this project. -
Run
npm start
to running the project locally. -
Open your browser and surfing this address http://localhost:3000/
-
Open the
package.json
file in the project root folder -
Change the first item to your GitHub page address
"homepage": "https://${yourgithubusername}.github.io/OMDB_Searcher",
-
Run
npm run deploy
in your terminal -
Open the browser and input the homepage address to see it online.