This is a simple app that helps users compute the levenshtein distance between two strings they submit via a form.
To get started, just enter a valid string and get a return of the minimum operations necessary to match your string inputs.
npm install && npm start
This Project is built with a React.js frontend, and a Ruby on Rails backend. Once The rails backend is tested and running properly, I will refactor and rebuild in Python.
React.js
HTML5
CSS3 (Grid and Flex)
Ruby on rails
Rspec Testing
Testing via Jest
Backend Repository