Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 655 Bytes

FPJS-Example

An example app (Calories Counter) built using the concepts of functional programming in JavaScript.

Installing and Running

Install dependencies using

npm install

and run the project using

npm start

Built With

  • 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.