This task has been a part of the recruitment process for Saly. The app uses TheMovieDB API to show movies, create and manage movies lists. The website connects with a single TheMovieDB account.
You can check it out online right now here!
To run it locally, you firstly need to obtain a TheMovieDB account. Then follow these steps:
npm ci
.env
file according to interface in src/env.d.ts
and example file in env.example
npm dev
Feel free to open issue or create pull requests. I am always open for any feedback, thanks in advance.