AutoForm js

Codecov Shippable npm

A javascript library to create login ,registration forms and many more types of forms.Click here for demo

Getting Started

These instructions will get you a copy of the repo on your local machine. See below for notes on how to Contribute.

Prerequisites

What things you need to write a post.

Usage

A step by step series of examples that tell you how to get this repo in your computer.

Contributing

1) Forking the repo. 2) Cloning the repo. eg

    git clone https://github.com/[your-username]/autoform.git

3) Creating your own branch.

git checkout -b branch-name

4) Edit /modify the js.lib.js file 6) Perform

git add .

in your branch to save the current changes.

7) Commit your changes.

git commit -m "some-message"

8) Push Your changes to your Github repo.

git push origin [your-branch-name]

9) Now go to Github and Send a Pull request to original repo.We will now review your Post and merge with the repo.

Main Contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments