An open API service indexing awesome lists of open source software.

https://github.com/devaman/autoform


https://github.com/devaman/autoform

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AutoForm js

[![Codecov](https://img.shields.io/codecov/c/github/codecov/example-python.svg)](#) [![Shippable](https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff.svg)](#)
[![npm](https://img.shields.io/npm/l/express.svg)](#)

A javascript library to create login ,registration forms and many more types of forms.[Click here for demo](https://devaman.github.io/autoform/demo.html)

## 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.
- Code Editor
- Git installed on your computer.

### 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
```bash
git clone https://github.com/[your-username]/autoform.git
```
3) Creating your own branch.
```bash
git checkout -b branch-name
```
4) Edit /modify the js.lib.js file
6) Perform
```bash
git add .
```
in your branch to save the current changes.

7) Commit your changes.
```bash
git commit -m "some-message"
```
8) Push Your changes to your Github repo.
```bash
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

* [**devaman** ](https://github.com/devaman)
* [**aryankhandal0** ](https://github.com/aryankhandal0)
* [**sahaj21** ](https://github.com/sahaj21)
* [**ArpanSamariya** ](https://github.com/ArpanSamariya)

## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/devaman/autoform/blob/master/LICENSE) file for details

## Acknowledgments

* Thanks everyone for your support.