Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/malcodeman/funnels
- Owner: malcodeman
- License: mit
- Created: 2024-10-10T09:19:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:17:42.000Z (about 1 month ago)
- Last Synced: 2024-11-15T18:26:07.745Z (about 1 month ago)
- Topics: funnels
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)