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.
- Host: GitHub
- URL: https://github.com/andreapontrandolfo/vanilla-js-dynamic-table
- Owner: AndreaPontrandolfo
- Created: 2021-09-23T16:10:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T23:31:19.000Z (almost 4 years ago)
- Last Synced: 2025-09-01T11:03:18.961Z (10 months ago)
- Topics: html5, javascript, parcel, ramda, sass
- Language: JavaScript
- Homepage: https://andreapontrandolfo.github.io/vanilla-js-dynamic-table/
- Size: 424 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to vanillajs-dynamic-table 👋
> 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)_