add or remove items from a box to the other box by clicking corresponding buttons
here is a picture which represents the concept:
I tried to implement this project with AngularJS, because of someone's question on stackoverflow: link
data-ng-repeat
is the main angularjs directive, needed to use into the html elements for adding or removing similar items hence you can add/remove an item from left box to the right box, or vice versa
you can see the performed project in this link: https://alirezakay.github.io/projects/phase1/AddRemoveBox-AngularJS/
#html #css #javascript #angularjs