Skip to content

xxdydx/Form-App

Repository files navigation

Form-App

An app that is capable of registering radio button inputs and converting inputs to a table form output which can then be downloaded as a PDF file.

Features

  • Ability to create forms. Currently, the user can create two types of forms, a safety checklist (a question with "Yes/No/NA" options) or a checklist (e.g. First Aid Box Checklist)
  • Fill out forms. Forms can be filled out digitially via the web app and also includes features like adding a signature.
  • Easy download of form submissions via PDF format

Installation Process

First, clone this repository.

git clone git@github.com:xxdydx/Form-App.git

Second, install relevant dependencies.

npm install

Then you can run this in production environment.

npm start

For development environment, run this command.

npm run dev

About

A simple checklist app, capable of turning form inputs into PDF format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published