Form Builder

The application consists of 3 views:

  • generating the form
  • preview of the form
  • and the results of the form

The progress of generating the form and is saved in the indexeddb database. The preview view is only used to complete the form and save the data, changes are not saved here, after the card has been closed, the changes will be lost. The data from the last view is also saved to the database. In addition, the app does not include the question without content in the preview and should validate the data, both during the construction and when using the form.

If you want to run the project locally, simply install the packages using yarn installl and run ng serve --open. To test the app is preferred chrome, I did not have time to test the application on other browsers

Image1 Image2 Image3 Image3