Yet another movie catalog where users can check the movies of the week, search for movies and view details about them. The project solely relies on The Movie DB (MDB) JSON API for data.
It's a minimum dependency vanilla JavaScript project. It's been deployed here.
Clone && cd
git clone https://github.com/x057/movie-rama.git
cd movie-rama
Install dependencies
npm install
Run dev-server
npm run start
Execute tests
npm run test