Skip to content

A 'to do' list command line application in C#/.Net, where I implemented a linked list data structure. I learnt a lot building this!

License

Notifications You must be signed in to change notification settings

Chloe070196/csharp-workshop-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csharp-workshop-challenge

Todo List

  • 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.

Extra approach

  • Create a class to that defines a single Todo Item
  • Ensure a Unique Identifier is added to the class (ID, GUID etc)

Console App is prefer.

Web API Project type.

About

A 'to do' list command line application in C#/.Net, where I implemented a linked list data structure. I learnt a lot building this!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%