Web app, that makes an alignment of two strings by adding gap symbols (-) to each string, so that the resulting augmented strings have the same length and maximum of matching symbols from corresponding positions. You can read more about alignment of two strings here
You can visit deployed app.
To launch three tests, you can run npm test