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.
React, Typescript, Electron, VS Code, Material-UI
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/<YOURNAME>/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.
Currently, we are serving a default form. Customization to come.
Authentication is not required. Using the app takes you directly to the Landing page.
- Courtney Doss @catalyst-777
- Mario Eldin @Sector88
- Max Nikitin @nikitinmax2300
- Windu Sayles @windusayles