https://github.com/devaman/autoform
https://github.com/devaman/autoform
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devaman/autoform
- Owner: devaman
- License: mit
- Created: 2018-02-03T05:35:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T16:27:40.000Z (over 8 years ago)
- Last Synced: 2025-04-01T13:37:13.499Z (about 1 year ago)
- Language: JavaScript
- Size: 6.13 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoForm js

[](#) [](#)
[](#)
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.