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.
- Host: GitHub
- URL: https://github.com/charlesmangwa/filterses8
- Owner: CharlesMangwa
- License: mit
- Created: 2017-07-27T10:21:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T10:58:42.000Z (about 8 years ago)
- Last Synced: 2025-02-03T11:22:53.294Z (8 months ago)
- Topics: es2017, es8, filtering, filters, react
- Language: JavaScript
- Homepage: https://filters-es8.surge.sh/
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FiltersES8

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.