Free JSON funnel builder.
git clone https://github.com/malcodeman/funnels.git
cd funnels
yarn install
yarn dev
"e2e:ci": "playwright test",
"e2e:ui": "playwright test --ui"
- Make funnel name editable
- Add remove page button
- Add remove block button
- Add support for youtube links
- Add support for more properties for all the blocks
src/lib
- Used for constants and utility functionssrc/hooks
- Used for reusable react hookssrc/components
- Used for reusable components