8483 / vanilla-js-tea-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla Javascript "The Elm Architecture" TODO

DEMO

This is the simplest possible implementation gathered from multiple resources.

It avoids the cumbersomeness of using functional programming while being easier to reason about and having the same benefits.

The project uses two dev dependencies:

  • Virtual-DOM, essential for the rendering process).
  • Webpack, make the code usable in a browser.
# Install the dependencies
npm i

# Build the bundle file
npm run build

TEA

About


Languages

Language:JavaScript 98.3%Language:HTML 1.7%