This is a To do list app that uses UWP. App's basic function includes adding, checking off and searching for a task.
- Type the new task on the text box at the bottom
- Press
Enter key
on your keyboard or hit theAdd
button on the right of the text box.
Current search uses Levenshtein distance 1. If you want to implement your own string metric then do the following:
- Add a class and implement
IStringDistance
- Add the implementation inside
Compute
- replace registered
IStringMetric
inApp.InitContainer