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

https://github.com/andreapontrandolfo/vanilla-js-dynamic-table

Vanilla Javascript webapp that display random.api data in a table.
https://github.com/andreapontrandolfo/vanilla-js-dynamic-table

html5 javascript parcel ramda sass

Last synced: about 1 month ago
JSON representation

Vanilla Javascript webapp that display random.api data in a table.

Awesome Lists containing this project

README

          

Welcome to vanillajs-dynamic-table 👋



Version

Documentation


Maintenance


License: MIT

> Vanilla Javascript webapp that display random.api data in a table

### 🏠 [Homepage](https://github.com/AndreaPontrandolfo/vanillajs-dynamic-table)

### ✨ [Demo](https://andreapontrandolfo.github.io/vanillajs-dynamic-table/)

# Usage

## Install dependencies

```
yarn install
```

## Run dev server at http://localhost:3000

```
yarn dev
```

## Build assets for production

```
yarn build
```

## Run tests

```
yarn test
```

## Features

* Vanilla Javascript webapp
* Realtime filtering
* Full suit of unit and integration tests
* Written entirely with the Functional Programming paradigm in mind

## Author

👤 **Andrea Pontrandolfo**

* Github: [@AndreaPontrandolfo](https://github.com/AndreaPontrandolfo)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/AndreaPontrandolfo/vanillajs-dynamic-table/issues). You can also take a look at the [contributing guide](https://github.com/AndreaPontrandolfo/vanillajs-dynamic-table/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Andrea Pontrandolfo](https://github.com/AndreaPontrandolfo).

This project is [MIT](https://github.com/AndreaPontrandolfo/vanillajs-dynamic-table/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_