Skip to content

jeromemanzano/ToDo.UWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo.UWP

This is a To do list app that uses UWP. App's basic function includes adding, checking off and searching for a task.

User Guide:

Adding a task:

  1. Type the new task on the text box at the bottom
  2. Press Enter key on your keyboard or hit the Add button on the right of the text box. adding

Checking on/off

  1. Select a task to toggle checking status Checking off

Search

  1. Type keywords of task in the search text box at the top searching

Developer Guide:

Updatating search algorithm:

Current search uses Levenshtein distance 1. If you want to implement your own string metric then do the following:

  1. Add a class and implement IStringDistance
  2. Add the implementation inside Compute
  3. replace registered IStringMetric in App.InitContainer

Footnotes

  1. Levenshtein distance

About

This is a To Do app written in UWP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages