1.0.0 ā€¢ Published 3 years ago

react-dynamic-input-form v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Ā 

:dart: About

An NPM package for easily implementing dynamic input forms in react. So, what are dynamic input forms? These are forms in which the number of inputs are not predefined.

You might be thinking, where are these useful? Here's a list of possible use cases:

  • Stock Market Data(inputted by the user)
  • Steps for a bot to follow
  • Input Lists

:sparkles: Features

  • :heavy_check_mark: Single Inputs
  • :heavy_check_mark: Multiple Inputs
  • :heavy_check_mark: Completely Customizable

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Node installed.

:checkered_flag: Starting

Install module
$ npm i react-dynamic-input-form

:checkered_flag: Contributing

# Clone this project
$ git clone https://github.com/akashshyamdev/react-dynamic-input-form

# Access
$ cd react-dynamic-input-form

# Install dependencies
$ npm

# Run the project
$ npm

# The server will initialize in <http://localhost:8080>

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Akash Shyam

Ā 

Back to top