Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryadev99/form_builder
a form builder
https://github.com/suryadev99/form_builder
form-builder form-validation full-stack fullstack-development html javascript python sqlite
Last synced: 27 days ago
JSON representation
a form builder
- Host: GitHub
- URL: https://github.com/suryadev99/form_builder
- Owner: suryadev99
- Created: 2021-03-22T17:50:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:00:12.000Z (9 months ago)
- Last Synced: 2024-01-31T14:25:13.644Z (9 months ago)
- Topics: form-builder, form-validation, full-stack, fullstack-development, html, javascript, python, sqlite
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form builder
A simple form builder made using javascript.## How to use
- Install the requirement first
```sh
$ sudo pip install -r requirements.txt
```
- Run the script
```sh
$ python index.py
```