A website which shows a random movie based on the filters set by the user.
โญ๏ธ Live website
# install dependencies
$ npm install
# serve at localhost:3000 or according to PORT env var
$ npm run start
Set PORT
env var to the port you would like to run the server on. If not set, it will default to port 3000