- Create a Item in the list
- View the list of all the Todo`s
- Remove single Item from Todo list
- Mark as completed or not.
- Create a class to that defines a single Todo Item
- Ensure a Unique Identifier is added to the class (ID, GUID etc)
- Create Todo Class
- Create Service Class
- Use Dependency Injection and In-memory Setup as per prevouis WorkShop
- Get a single Todo Item using Id or Guid (User preference) GetSingleTodo
- Get List of all Todo Items (GetAllTodos)
- Create a Todo Item using a post request (PostTodo)
Console App is prefer. Can create a console menu item to interact with the service.
Web API Project type. Can create a web base API to interact with the service.