An interview challenge that required the use of VueJS, Typescript, and Vuex to offer a webapp using the JustWatch search API.
A super fun project and finally a chance to get into Typescript.
I have deployed the site to netlify here but it doesn't seem like their API is accepting requests from that origin.
Very Important
Don't forget to copy the env.example
file to a .env.local
one, the app expects to be able to find a couple of environment variables there.
npm install
cp env.example .env.local
npm run serve
npm run build
npm run lint