8000 GitHub - restaumatic/bambik: Prototype of the idea of profunctor user interfaces for PureScript Web UIs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

restaumatic/bambik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profunctor User Interfaces

This is a prototype of the idea of profunctor user interfaces for Web/Material Design Component-based UIs written in PureScript.

1000 characters-long description of the idea

20 minutes-long presentation of the idea

Demo

In order to run the demo:

$ npm install

Demo of Material Design Component-based UI:

$ npm run demo1

Demo of plain HTML-based UI:

$ npm run demo2

TODOs

  1. Full set of first-order MDC components
  2. Validation
  3. Collections and Higher-order components (including MDC)
  4. I18n
  5. Web UI live preview
0