This project was bootstrapped with Create React App.
This is a project that connect OMDb API to search movie data, and create queue or watched list of users.
- use
git clone
or any method to clone this project to your local. - run
npm install
- rename the
.env_sample
to.env
and replace all the value with yours. - run
npm start
.