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

https://github.com/charlesmangwa/filterses8

How to use multiple filters in your UI, the ES2017+ way.
https://github.com/charlesmangwa/filterses8

es2017 es8 filtering filters react

Last synced: 7 months ago
JSON representation

How to use multiple filters in your UI, the ES2017+ way.

Awesome Lists containing this project

README

          

# FiltersES8

![FiltersES8 homepage image](https://dl.jpeg.io/957c13d1d8882fda629f7569a47976c0/FiltersES8.jpg)

Quick tiny projet made to help a friend with data filtering in ES217+. Maybe it could help you too!

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

Just clone this repo:

```
git clone git@github.com:CharlesMangwa/FiltersES8.git
```

Install everything with `Yarn` (or `npm`) and start the project:

```
# Yarn
yarn
yarn start

# npm
npm i
npm start
```

End with an example of getting some data out of the system or using it for a little demo

## Deployment

Simply run the following command to build for production:

```
# Yarn
yarn build

# npm
npm build
```

## Built With

* [ES8](https://www.ecma-international.org/publications/standards/Ecma-262.htm) - ECMAScript® 2017 Language Specification

* [create-react-app](https://github.com/facebookincubator/create-react-app) - Create React apps with no build configuration.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.