Skip to content

craigbilner/fp-film-search

Repository files navigation

Film Search 2000

CircleCI

A frameworkless FP approach to a search box and list thing

Stack

It's the "hands-off" stack, no transpiling, just rollup for bundling, jest for testing, flow for typing and a smidgen of JS that is heavily "inspired" by elm and redux. Watching is courtesy of chokidar with a bit of jsdom 'n' sinon for E2E integration testing.

Output

A text box that you can type into which makes film stuff appear in some flex-box type wrapped list underneath

Health warning ⚠️

Just a learning experiment to try out a different tech stack and "do it Vanilla" so won't work if you don't have fetch and service workers...and it's pretty minimalist and doesn't show a spinner when it's thinking ;-)