/multiInput

Primary LanguageJavaScript

Example React Project

Loosely followed requirements

  • Edit items: using the inputs
  • Delete items: clicking on the X ( todo )
  • Add new item: simply after starting to type into the last input ( on enter hit )
  • Use PropTypes ( todo )
  • Deploy solution ( GH pages chosen)