A simple, purely functional/reactive TMDb UI using Cycle.js.
git clone https://github.com/sarimarton/tmdb-ui-cyclejs.git
cd tmdb-ui-cyclejs
npm install
npm start
npm test
https://sarimarton.github.io/tmdb-ui-cyclejs/dist/
I chose Cycle.js because it's a purely functional framework. If I were to use React, I would've used Cycle-React or something similar to achieve the same purely functional approach.
For CSS, I only used the BEM convention, no preprocessor.
Tests need some research, because currently there's no mock HTTP driver for Cycle.js.