https://github.com/oslabs-beta/formabull
A developer tool for quick, easy form creation.
https://github.com/oslabs-beta/formabull
electron react
Last synced: about 1 year ago
JSON representation
A developer tool for quick, easy form creation.
- Host: GitHub
- URL: https://github.com/oslabs-beta/formabull
- Owner: oslabs-beta
- License: mit
- Created: 2021-01-09T17:57:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T18:16:22.000Z (over 5 years ago)
- Last Synced: 2024-12-31T13:04:36.263Z (over 1 year ago)
- Topics: electron, react
- Language: TypeScript
- Homepage:
- Size: 353 KB
- Stars: 64
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
formaBull


Forms with React and Hooks simplified:
Click » Drag » Drop » Done.
Description
formaBull is an Electron application for React Developers who want to quickly generate forms. You can create the shape of your forms by dragging elements in, and style them in-app by adjusting sliders in the Style tab. Forms will be saved to your account, and you can switch among them as needed.
As you build up your form on the main canvas, you'll see the
## Technologies Used
React, Typescript, Electron, VS Code, Material-UI
## Directions
To run this app, do the following:
* Fork this repository, copy the code from your repo clone, open your command line in VS Code and navigate to the parent folder you want to install,
* run `git clone https://github.com//formaBull.git`,
* navigate into formaBull folder `cd formaBull`,
* run `npm install`,
* run `npm run build`,
If you just want to use the app:
* run `npm run pack`.
If you want to run as a developer:
* open two terminals
* run `npm run dev:react` in one terminal,
* and run `npm run dev:electron` in the other terminal.
### What Needs Work?
Currently, we are serving a default form. Customization to come.
Authentication is not required. Using the app takes you directly to the Landing page.
## Developers:
* Courtney Doss [@catalyst-777](https://github.com/catalyst-777)
* Mario Eldin [@Sector88](https://github.com/Sector88)
* Max Nikitin [@nikitinmax2300](https://github.com/nikitinmax2300)
* Windu Sayles [@windusayles](https://github.com/windusayles)