Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.05 KB

SurveyjsCreatorAngular

This project was generated with Angular CLI version 17.0.2.

Build

Run 'npm install' to load the package dependencies.

Then run ng build to build the project.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

TODO

  1. Multi language support (DONE)
  2. Custom icons (DONE)
  3. Language translation support (DONE)
  4. Autocomplete (from a list) (DONE)
  5. Input masking (DONE)
  6. Dependent dropdowns
  7. Address validation
  8. CfA Styling (IN PROGRESS)
  9. Markdown (IN PROGRESS)
  10. Deploy app to AWS (S3 bucket)
  11. PDF Output using DocSpring
  12. Document upload to S3
  13. Accessibility testing
  14. Add multi language content
  15. Server side rendering (requires back end server - assumes node.js)