hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: Simple Todo Console

Open sanme98 opened this issue 1 year ago • 2 comments

Project name

Simple Todo Console App

Description

This is a simple Microsoft Todo Console app that is developed using Microsoft Graph .NET v5 SDK. It's login using Device Code and will save the access token into cross-platform cache MSAL so you don't need to login every time. The functions and menus available for the Todo console app is like below:

0. Exit
1. Display access token
2. Clear access token cache
3. Clear screen
4. List All To Do Task Lists
5. List All To Do Tasks
6. Display To Do Task
7. Add To Do Task
8. Update To Do Task

It provides some basic Todo info/functions for you to view/add/update via console app. Besides that, every time you start the console, it will display upcoming task(s) due within two days. The listing function supports paging and for search Todo task, it will either get the first matched task or display TOP x matched tasks for you to select.

Repo URL

https://github.com/sanme98/hack-together-simple-todo-console

Team members

sanme98

sanme98 avatar Mar 13 '23 11:03 sanme98

Thank you for your submission @sanme98! Would you be willing to record a short video to demonstrate the app? It's not required for the hackathon but it would help us showcase your work internally at Microsoft and publicly in the community 😊

waldekmastykarz avatar Mar 13 '23 14:03 waldekmastykarz

Below is the demo link, Thanks :) https://youtu.be/meZYslW0_40

sanme98 avatar Mar 14 '23 15:03 sanme98