Skip to content

andruhaASM/gform2htmlapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gform2htmlapp

Perl application that converts Google Forms into customizable HTML.

  • By default, Bootstrap is used.
  • For the time being only single-page forms are supported.
  • Question types currently supported: Radio, Checkbox, and plain text.
  • Nothing is stored in the database.

How to run locally

  1. Clone this repo and cd to the gform2htmlapp.
  2. Make sure you have Docker installed: docker --version
  3. Build the Docker image docker build -t gform2htmlapp .
  4. Run the container locally: docker run -p 8080:8080 gform2htmlapp

About

Perl application that converts Google Forms into customizable HTML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published