Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/funnels

Free JSON funnel builder.
https://github.com/malcodeman/funnels

funnels

Last synced: 21 days ago
JSON representation

Free JSON funnel builder.

Awesome Lists containing this project

README

        

# funnels

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/funnels/blob/master/LICENSE)

Free JSON funnel builder.

![Screenshot](readme/screenshot.png)

## Getting started

```
git clone https://github.com/malcodeman/funnels.git
cd funnels
yarn install
yarn dev
```

## Testing

```
"e2e:ci": "playwright test",
"e2e:ui": "playwright test --ui"
```

## Todos

- 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

## Project structure

- `src/lib` - Used for constants and utility functions
- `src/hooks` - Used for reusable react hooks
- `src/components` - Used for reusable components

## License

[MIT](./LICENSE)