Skip to content

A simple web page built with React, that makes an HTTP request to a backend server that computes the "distance" between two strings.

Notifications You must be signed in to change notification settings

shakursmith/levenshtein_distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Levenshtein Distance Click here for Demo

The goal is to build a web page with React that makes an HTTP request to a backend server that computes the "distance" between two strings.

The web page is a simple form with two input fields and a "compute" action button to initiate the request to the backend server. The result, a number is displayed in another text field.

For the HTTP backend, the goal is to accept a POST request from the form, extract the two strings and compute their distance, then return that distance to the web page.

About

A simple web page built with React, that makes an HTTP request to a backend server that computes the "distance" between two strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published