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

https://github.com/oom-components/form-validator

wip
https://github.com/oom-components/form-validator

Last synced: 8 months ago
JSON representation

wip

Awesome Lists containing this project

README

          

# @oom/form-validator

Javascript library with the following features:

* No dependencies
* Superlight.
* Follows the progressive enhancement strategy: **if javascript fails, the web page keeps working**
* Built with ES6, so you may need a transpiler for old browser support

## Install

Requirements:

* NPM or Yarn to install [the package and the dependencies](https://www.npmjs.com/@oom/form-validator)

```sh
npm install @oom/form-validator
```

## Usage

To-do

## Demo

To run the demo, just clone this repository, enter in the directory and execute:

```sh
npm install
npm start
```

You should see something in `http://localhost:8080/`

There's an online demo here: https://oom-components.github.io/form-validator/