Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweh/ajja
JavaScript library for simple creation of forms and display of collections
https://github.com/sweh/ajja
forms javascript
Last synced: 3 days ago
JSON representation
JavaScript library for simple creation of forms and display of collections
- Host: GitHub
- URL: https://github.com/sweh/ajja
- Owner: sweh
- License: mit
- Created: 2015-02-04T08:14:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:09.000Z (about 2 years ago)
- Last Synced: 2025-01-23T00:51:24.387Z (10 days ago)
- Topics: forms, javascript
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 58
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- Contributing: docs/contributing.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====================
The ajja distribution
=====================.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/sweh/ajja/blob/master/LICENSE.txt
:alt: License.. image:: https://img.shields.io/bower/v/ajja.svg
:target: https://github.com/sweh/ajja
:alt: Bower Version.. image:: https://github.com/sweh/ajja/workflows/ajja%20tests/badge.svg?event=schedule
:target: https://github.com/sweh/ajja/actions
:alt: Ajja tests.. image:: https://codecov.io/github/sweh/ajja/coverage.svg?branch=master
:target: https://codecov.io/github/sweh/ajja?branch=master
:alt: CodeCov.. image:: https://api.codacy.com/project/badge/grade/4f4968d89bda4e86af2c5d6a55fac31c
:target: https://www.codacy.com/app/sebastian-wehrmann/ajja
:alt: Codacy.. image:: https://readthedocs.org/projects/ajja/badge/?version=latest
:target: http://ajja.readthedocs.org/en/latest
:alt: Documentation.. image:: https://badges.greenkeeper.io/sweh/ajja.svg
:alt: Greenkeeper badge
:target: https://greenkeeper.io/ajja is a JavaScript library for simple creation of forms in your
clients browser. It just needs a JSON datastructure and creates a form with
auto saving fields from it.Furthermore there is a list, table and group display for collections.
Uses *Knockout* for data-binding, *Handlebars* for templating and *jQuery*
for DOM manipulation and ajax calls.ajja is an Hebrew firstname and also abbreviates the basics of this
library: *aj*ax and *ja*vascript.Support and Documentation
=========================Documentation is available on `readthedocs `_.
Bugs and Feature Requests are tracked in the `GitHub Issue Tracker `_.
To obtain support, please write an email to `Sebastian Wehrmann `_.Developing and Contributing
===========================See `HACKING.txt `_
and `Contribution `_
for guidelines on running tests, adding features and updating documentation
when developing in or contributing to ajja.License
=======ajja is offered under the `MIT license `_.
Authors
=======ajja is made available by `Sebastian Wehrmann `_.