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

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.

Awesome Lists containing this project

README

          

formaBull






![formaBull logo](./assets/formabull_logo_whitebg.png)

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)