Return to site

GITHUB: OBJECTS ARRAY

· github,fullstack

I am on an Angular project which manipulates object arrays, and I wanted to do a mini-POC on my own to realize how simple can it be to handle object arrays.

One main page displaying a list of items with action buttons to:
―Add new item (push)
―Find an item (indexof / find)
―Remove an item (filter)
You launch the app, you get to the items list, you then submit the actions listed above.
Have a good one!