An example app (Calories Counter) built using the concepts of functional programming in JavaScript.
Install dependencies using
npm install
and run the project using
npm start
- hyperscript - Create HyperText with JavaScript, on client or server.
- tachyons - Functional css for humans.
- virtual-dom - A Virtual DOM and diffing algorithm.
- ramda - A practical functional library for JavaScript programmers.