Skip to content

ReactJS component for items manipulation stored in two lists.

Notifications You must be signed in to change notification settings

skulden13/react-choice-multilist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-choice-multilist

This is the ReactJS component for an item's manipulation stored in a two lists. Dependencies: underscore.

You can view a demo here.

Before the first run

  1. If you don't have gulp installed, run yarn global add gulp in terminal (*)
  2. Go to the project root in a terminal
  3. Run yarn
  4. Run gulp

(*) You need these tools to run the project:

Gulp tasks

All gulp tasks runs with gulp task-name, e.g. gulp dev, from the project root directory.

  • default -- run browserify to build ReactJS files, copy-fonts to copy Fontello fonts to the dist folder, build sass files.
  • dev -- run default tasks, connect to a default browser, open it and run watch-ers.

TODO List:

  • to rewrite layout, add SUIT components
  • to remove Bootstrap dependency
  • to replace Lodash with Underscore (or better pure js)
  • to reduce file size of Component js, css; to compress of output files
  • to rename .icon Component to .Icon
  • to convert CSS styles to SASS for Fontello
  • to minimize style nesting

About

ReactJS component for items manipulation stored in two lists.

Resources

Stars

Watchers

Forks

Packages

No packages published