String Deduplication

I wrote a simple algorithm for removing duplicate strings from an array while maintaining ordering. You can check out the source code and readme on GitHub. I implemented this as a very simple React app using Babel for ES6 transpilation and webpack for script and style bundling.