ssaucedo / vanilla-generators-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapping user flows to code.

This project is a POC for "Mapping user flows to code" concept.

The app has only one possible flow that cannot be executed on a concurrent way. There is only one flow execution happening at a time. The sequence of events is handled by an unique generator that registers one time event listeners.

npm install
npm run build

About


Languages

Language:JavaScript 97.0%Language:CSS 2.8%Language:HTML 0.2%