Web app that allow users to rank their favorite movies of all time.
-
Get a free OMDb API Key
-
Clone the repository
git clone https://github.com/rodolffoteles/movie-awards
-
Create an
.env
file with your API keyREACT_APP_OMDB_API_KEY='your_key'
-
Install the dependencies
yarn install
-
Start yarn to run the project on http://localhost:3000/
yarn start