https://github.com/transferwise/simple-dynamic-form
https://github.com/transferwise/simple-dynamic-form
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/transferwise/simple-dynamic-form
- Owner: transferwise
- Created: 2023-02-21T02:52:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T09:01:57.000Z (over 3 years ago)
- Last Synced: 2025-02-17T05:24:35.589Z (over 1 year ago)
- Language: JavaScript
- Size: 873 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Dynamic Form
This is the commented code (frontend and backend) on building your own dynamic form.
This code is purposely made to run without any additional dependencies (apart from what comes as part of node.js) to demonstrate that it can be done on almost any language and any framework.
## Dependencies (backend)
- http - To create a http webserver
- fs - To serve the `index.html` file
# How to run
1. Make sure you have node.js installed
2. Run command `node index.js`
3. In your browser, go to `http://localhost:8080`
# Demo
https://user-images.githubusercontent.com/7065141/220569386-8c9a984c-5ce9-4c3d-b6ac-dc6a69de1485.mov