Skip to content

isaaclyman/array-filter-visual

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

array-filter-visual

To set up:

npm install
npm install -g @vue/cli@latest

Then replace the array in words.js with any array of strings that you choose.

To run:

vue serve visual.vue

Then visit localhost:8080 in the browser (or whatever URL the vue-cli tells you it's hosting at).

Select or deselect items in the array and the JavaScript array at the bottom of the page will be updated, ready to be copied and pasted into your code.

About

A vue-cli powered tool for filtering an array of words visually.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages