This is a basic forms demo built using React. The application demonstrates how React components can be used to construct forms. The components in the demonstration are reusable. To install the demo, you will need to
- Clone the repo
- Install the dependencies by running
yarn
. - Start the server:
yarn start
- Happy hacking!