jeromemanzano / ToDo.UWP

This is a To Do app written in UWP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%