Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 847 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 847 Bytes

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