Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

sarimarton/tmdb-ui-cyclejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmdb-ui-cyclejs

A simple, purely functional/reactive TMDb UI using Cycle.js.

Installation:

git clone https://github.com/sarimarton/tmdb-ui-cyclejs.git
cd tmdb-ui-cyclejs
npm install

Run:

npm start

Test:

npm test

See it online:

https://sarimarton.github.io/tmdb-ui-cyclejs/dist/

Comments

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.

About

A simple, purely functional/reactive TMDb UI using Cycle.js w/ JSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published