Skip to content

nathpaiva/form-rendering

Repository files navigation

Form rendering with Vanilla TS

This project has the proposal to show my skills with Typescript, in a simple way, but with a good structure and organization of the code.

The project consists of a form that is rendered dynamically, according to the data that is in the JSON file. There is also a validation of the fields, which is done according to the type of field that is in the JSON file.

Project developed with:

  • Typescript
  • HTML
  • CSS - SASS

Test developed with:

To run the project you need to install:

  • Node
  • Yarn or NPM (already installed with the node)

And clone the repository

$ git clone git@github.com:nathpaiva/form-rendering.git

Before starting the project you must install the dependencies:

$ yarn
$ npm install

To start the project you must run the command:

$ yarn start
$ npm start

If you want to run the tests

$ yarn test
$ npm test

To build the project, by running the command

$ yarn build
$ npm run build

About

Rederização de formulário com vanilla JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published