Skip to content

AlaeddineMessadi/dynamic-form-registration

Repository files navigation

Dynamic Form Registration

Demo

DEMO LINK

Description

React.js Dynamic multi-page application form

  • Check src/common/form-schema.ts to define form fields
  • Note: select type option still not defined yet, only "text" , "email", "number", "radio"

Screenshot

List

Prerequisites

npm or yarn installed Vercel installed is optional, it's only for deployment

Getting Started

  1. Clone the repository git clone [email protected]:AlaeddineMessadi/dynamic-form-registration.git

  2. Run yarn or npm install

Run the project locally

  1. run yarn start

Testing

To run the test on the browser use

  • yarn cypress:open

To run the test on terminal

  • Run yarn cypress:run

Deploy

Run yarn deploy OR yarn deploy:prod for production

Notes

TODO

  • more tests.
  • Style enhancements.

Contribution

All PR's are welcome :)

Built With

License

License: MIT