The idea is to build a google form builder using the React interface. A big part of it is already done as a part of another project. I am planning to move it over to a separate git repo that anyone can use it.
Main Features will be:
Quick one-page application on React;
4 Question Types;
Branching logic(new question will show up if any other is answered in a specific way);
Default Value;
Required check;
Form preview;
Google-like UI
Here are several screenshots of what I have so far:
Current stage has a working builder side, including adding new questions, removing, updating, the alert system. I keep working on the form view page.